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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Suppress uninitialized-variable warning in new checksum code.
Date: 2013-03-22 16:27:56
Message-ID: E1UJ4ou-0001yg-3I@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Kevin Grittner 2013-03-22 18:28:55 pgsql: Fix problems with incomplete attempt to prohibit OIDS with MVs.
Previous Message Tom Lane 2013-03-22 15:39:19 pgsql: Update commit_delay documentation.