pgsql: Suppress compiler warning, and not incidentally make the code

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Suppress compiler warning, and not incidentally make the code
Дата
Msg-id 20080718042024.31499754A84@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Suppress compiler warning, and not incidentally make the code more
robust.  The previous coding was quite risky because it was testing
conditions different from 'is the array really allocated?'.

Modified Files:
--------------
    pgsql/src/bin/psql:
        describe.c (r1.183 -> r1.184)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/bin/psql/describe.c?r1=1.183&r2=1.184)

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Support "variadic" functions, which can accept a variable number
Следующее
От: nanardon@pgfoundry.org (User Nanardon)
Дата:
Сообщение: pgrpm - pgrpm: - apply patch from jbj: make it compatible with rpm5