Suppress uninitialized-variable warning in new checksum code.
authorTom Lane <tgl@sss.pgh.pa.us>
Fri, 22 Mar 2013 16:27:50 +0000 (12:27 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Fri, 22 Mar 2013 16:27:50 +0000 (12:27 -0400)
commit4912385b56afe68ef76e47d38df1d61ada0fde2f
tree14b2b94fb2603cebd2a54f126376bf07f553f53a
parent82b945c0979350c87ddc52adefe9f0a36dd5b4c8
Suppress uninitialized-variable warning in new checksum code.

Some compilers understand that this coding is safe, and some don't.
src/backend/storage/page/bufpage.c