Обсуждение: pgsql: Suppress compiler warning about potentially uninitialized variab

Поиск
Список
Период
Сортировка

pgsql: Suppress compiler warning about potentially uninitialized variab

От
Tom Lane
Дата:
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(-)