Обсуждение: pgsql: Silence compiler warning about uninitialized variables.

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

pgsql: Silence compiler warning about uninitialized variables.

От
itagaki@postgresql.org (Takahiro Itagaki)
Дата:
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)