pgsql: Suppress compiler warning about potentially uninitialized variab

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Suppress compiler warning about potentially uninitialized variab
Date: 2011-07-02 00:57:45
Message-ID: E1QcoWn-0004xs-0S@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Suppress compiler warning about potentially uninitialized variable.

Maybe some compilers are smart enough to not complain about the previous
coding ... but mine isn't.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/426cafc46c8bf5aeda38e8d17f1d86a48e627e43

Modified Files
--------------
src/backend/commands/typecmds.c | 5 +----
1 files changed, 1 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-07-02 03:09:42 pgsql: In pg_upgrade 9.0 and 9.1, document suggestion of using a non-de
Previous Message Bruce Momjian 2011-07-01 22:36:32 pgsql: In the pg_upgrade docs, move 50432 port mention to the place whe