pgsql: Suppress compiler warning about potentially uninitialized variab - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Suppress compiler warning about potentially uninitialized variab
Date
Msg-id E1QcoWn-0004xs-0S@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Bruce Momjian
Date:
Subject: pgsql: In the pg_upgrade docs, move 50432 port mention to the place whe
Next
From: Bruce Momjian
Date:
Subject: pgsql: In pg_upgrade 9.0 and 9.1, document suggestion of using a non-de