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

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Suppress an uninitialized-variable warning (not all versions of
Date
Msg-id 20081001145923.A4E217545A4@cvs.postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Fix WAL redo of FSM truncation.
Next
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Link libpq with libgssapi if configure finds it, as required by