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
patch. Hope this is now in good shape, let me know if you think anything else needs to be done. From c5497cc4f7fbad4eafecfa72bc99dfebacd0f9bd Mon Sep 17 00:00:00 2001 From: Shay Rojansky Date: Tue, 15 Jan 2019 18:49:40 +0100 Subject: [PATCH] Allow UNLISTEN during recovery --- doc/src/sgml/high-ava

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

[PATCH] Allow UNLISTEN during recovery

2018-11-18 Thread Shay Rojansky
Hi all, Here is a tiny patch removing PreventCommandDuringRecovery() for UNLISTEN. See previous discussion in https://www.postgresql.org/message-id/CADT4RqBweu7QKRYAYzeRW77b%2BMhJdUikNe45m%2BfL4GJSq_u2Fg%40mail.gmail.com . In a nutshell, this prevents an error being raised when UNLISTEN is issued