Thread: pgsql: Suppress uninitialized-variable warning in new checksum code.

pgsql: Suppress uninitialized-variable warning in new checksum code.

From
Tom Lane
Date:
Suppress uninitialized-variable warning in new checksum code.

Some compilers understand that this coding is safe, and some don't.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/4912385b56afe68ef76e47d38df1d61ada0fde2f

Modified Files
--------------
src/backend/storage/page/bufpage.c |    2 +-
1 files changed, 1 insertions(+), 1 deletions(-)