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

2019-03-10 Thread Filip Rembiałkowski
Thank you. Here is my latest attempt, with actual syntax error handling. Also, the syntax is updated to what Tom Lane suggested in other thread (with another variant of the same thing, from Julien Demoor) NOTIFY [ ( option [, ...] ) ] channel [ , payload ] Still no hash table fallback is implem

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

2019-03-08 Thread Thomas Munro
On Fri, Mar 8, 2019 at 1:37 PM Filip Rembiałkowski 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? (

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

2019-03-07 Thread Filip Rembiałkowski
Thanks for all the input. Finally I found time and motivation to revive this. See attached patch... I'm ready to work on so it can get merged in the next CF. On Thu, Mar 17, 2016 at 12:44 AM David Steele wrote: > > On 3/11/16 1:46 PM, David Steele wrote: > > Hi Filip, > > > > On 2/20/16 8:00 A