pgsql: Suppress an uninitialized-variable warning (not all versions of

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Suppress an uninitialized-variable warning (not all versions of
Date: 2008-10-01 14:59:23
Message-ID: 20081001145923.A4E217545A4@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Suppress an uninitialized-variable warning (not all versions of gcc
complain here, but some do)

Modified Files:
--------------
pgsql/src/backend/storage/freespace:
freespace.c (r1.63 -> r1.64)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/freespace/freespace.c?r1=1.63&r2=1.64)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2008-10-01 15:35:32 pgsql: Link libpq with libgssapi if configure finds it, as required by
Previous Message Heikki Linnakangas 2008-10-01 08:12:14 pgsql: Fix WAL redo of FSM truncation.