Re: [PATCH] Allow UNLISTEN during recovery

2019-01-26 Thread Simon Riggs
On Sat, 26 Jan 2019 at 02:17, Tom Lane wrote: > Shay Rojansky writes: > > Thanks for insisting - I ended up setting up the environment and running > > the tests, and discovering that some test-related changes were missing. > > Here's a 3rd version of the patch. Hope this is now in good shape, le

Re: [PATCH] Allow UNLISTEN during recovery

2019-01-25 Thread Shay Rojansky
> > > Thanks for insisting - I ended up setting up the environment and running > > the tests, and discovering that some test-related changes were missing. > > Here's a 3rd version of the patch. Hope this is now in good shape, let me > > know if you think anything else needs to be done. > > Lotta wo

Re: [PATCH] Allow UNLISTEN during recovery

2019-01-25 Thread Tom Lane
Shay Rojansky writes: > Thanks for insisting - I ended up setting up the environment and running > the tests, and discovering that some test-related changes were missing. > Here's a 3rd version of the patch. Hope this is now in good shape, let me > know if you think anything else needs to be done.

Re: [PATCH] Allow UNLISTEN during recovery

2019-01-16 Thread Shay Rojansky
> > On Tue, Jan 15, 2019 at 10:17 AM Shay Rojansky wrote: > > Unfortunately I'm extremely tight for time at the moment and don't have > time to do the appropriate hot standby setup to test this... As the patch > is pretty straightforward, and since I'm hoping you guys execute the tests > on your e

Re: [PATCH] Allow UNLISTEN during recovery

2019-01-15 Thread Mitar
Hi! On Tue, Jan 15, 2019 at 10:17 AM Shay Rojansky wrote: > Unfortunately I'm extremely tight for time at the moment and don't have time > to do the appropriate hot standby setup to test this... As the patch is > pretty straightforward, and since I'm hoping you guys execute the tests on > your

Re: [PATCH] Allow UNLISTEN during recovery

2019-01-15 Thread Shay Rojansky
Mitar, thanks for giving this your attention! So patch looks good to me, but documentation changes are missing from it. > UNLISTEN should be removed from the list of commands not allowed and moved > to the list of those which are allowed [1]. Moreover, > src/test/regress/sql/hs_standby_allowed.sql

Re: [PATCH] Allow UNLISTEN during recovery

2019-01-08 Thread Mi Tar
The following review has been posted through the commitfest application: make installcheck-world: tested, passed Implements feature: not tested Spec compliant: not tested Documentation:tested, failed Hi! I read through the discussion. I agree with the idea here. I thi