Re: Re: proposal: make NOTIFY list de-duplication optional

Поиск
Список
Период
Сортировка
От Thomas Munro
Тема Re: Re: proposal: make NOTIFY list de-duplication optional
Дата
Msg-id CA+hUKGJh7C+r8wFtOMUoSu9kPOa87tsa2d5cA=0qT2oaay+EEA@mail.gmail.com
обсуждение исходный текст
Ответ на Re: Re: proposal: make NOTIFY list de-duplication optional  (Filip Rembiałkowski <filip.rembialkowski@gmail.com>)
Ответы Re: Re: proposal: make NOTIFY list de-duplication optional
Список pgsql-hackers
On Fri, Mar 8, 2019 at 1:37 PM Filip Rembiałkowski
<filip.rembialkowski@gmail.com> wrote:
> See attached patch... I'm ready to work on so it can get merged in the next CF.

Hi Filip,

Seen on Travis:

     async                        ... FAILED      126 ms

Looks like the new error isn't being raised for invalid send mode?
(What kind of error message is "?" anyway? :-))

 ERROR:  channel name too long
 -- Should fail. Invalid 3rd parameter
 NOTIFY notify_async2, 'test', 'invalid';
-ERROR:  ?
 NOTIFY notify_async2, 'test', true;
-ERROR:  ?
 --Should work. Valid NOTIFY/LISTEN/UNLISTEN commands
 NOTIFY notify_async2;
 NOTIFY notify_async2, '';

--
Thomas Munro
https://enterprisedb.com


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Should we increase the default vacuum_cost_limit?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Should we increase the default vacuum_cost_limit?