Suppress uninitialized-variable warning in new checksum code.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 4912385b56afe68ef76e47d38df1d61ada0fde2f
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2013-03-22T16:27:50Z
Releases: 9.3.0
Suppress uninitialized-variable warning in new checksum code.

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

Files

PathChange+/−
src/backend/storage/page/bufpage.c modified +1 −1