Re: Unused variable in postgres_fdw/deparse.c

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Unused variable in postgres_fdw/deparse.c
Дата
Msg-id 17387.1477491628@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Unused variable in postgres_fdw/deparse.c  (Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>)
Ответы Re: Unused variable in postgres_fdw/deparse.c  (Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp>)
Список pgsql-hackers
Kyotaro HORIGUCHI <horiguchi.kyotaro@lab.ntt.co.jp> writes:
> Hello, compiler complains about unused variable during build
> postgres_fdw without assertions (!--enable-cassert).
> The attched patch removes it and moves into the assertion below it.

Pushed, thanks.
        regards, tom lane



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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: [RFC] Should we fix postmaster to avoid slow shutdown?
Следующее
От: Robert Haas
Дата:
Сообщение: Re: Patch: Implement failover on libpq connect level.