pgsql: Silence compiler warning about uninitialized variables.

Поиск
Список
Период
Сортировка
От itagaki@postgresql.org (Takahiro Itagaki)
Тема pgsql: Silence compiler warning about uninitialized variables.
Дата
Msg-id 20100106112539.C772A75441B@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Silence compiler warning about uninitialized variables. This initialization
is not necessary needed, but some compilers complain about it.

Modified Files:
--------------
    pgsql/src/backend/commands:
        cluster.c (r1.191 -> r1.192)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/cluster.c?r1=1.191&r2=1.192)

В списке pgsql-committers по дате отправления:

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: pgsql: And another one
Следующее
От: meskes@postgresql.org (Michael Meskes)
Дата:
Сообщение: pgsql: Removed more inttypes.h stuff.