pgsql: Suppress gcc warning about possibly-uninitialized variable. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Suppress gcc warning about possibly-uninitialized variable.
Date
Msg-id 20080829163414.A65F8755315@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Suppress gcc warning about possibly-uninitialized variable.  It's not
clear to me why I'd not seen this message before --- on F-9 it seems to
only happen if Asserts are disabled, which ought to be irrelevant.
Maybe that affects a decision whether to inline get_ten(), which would
be needed to expose the warning condition to the compiler?  Anyway,
the fix is clear.

Modified Files:
--------------
    pgsql/src/backend/utils/mb/conversion_procs/euc_jis_2004_and_shift_jis_2004:
        euc_jis_2004_and_shift_jis_2004.c (r1.3 -> r1.4)

(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/mb/conversion_procs/euc_jis_2004_and_shift_jis_2004/euc_jis_2004_and_shift_jis_2004.c?r1=1.3&r2=1.4)

pgsql-committers by date:

Previous
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Document that \t and \x are now settable.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix bug in original implementation of xmlserialize(): if user