Re: incorrect handling of the timeout in pg_receivexlog

Поиск
Список
Период
Сортировка
От Fujii Masao
Тема Re: incorrect handling of the timeout in pg_receivexlog
Дата
Msg-id CAHGQGwFrhTrWbO==HDDdEdbGdMuR1qOEu17Xbe=_HYifAKXEDQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: incorrect handling of the timeout in pg_receivexlog  (Magnus Hagander <magnus@hagander.net>)
Ответы Re: incorrect handling of the timeout in pg_receivexlog  (Robert Haas <robertmhaas@gmail.com>)
Список pgsql-hackers
On Fri, May 11, 2012 at 11:43 PM, Magnus Hagander <magnus@hagander.net> wrote:
> Should we go down the easy way and just reject connections when the flag is
> mismatching between the client and the server (trivial to do - see the
> attached patch)?

+    char       *tmpparam;

You forgot to add "const" before "char", which causes a compile-time warning.

Regards,

-- 
Fujii Masao


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

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: WalSndWakeup() and synchronous_commit=off
Следующее
От: Jim Nasby
Дата:
Сообщение: Re: Strange issues with 9.2 pg_basebackup & replication