Re: Remove dead code in pg_ctl.c

2023-10-25 Thread David Steele
On 10/25/23 17:30, Nathan Bossart wrote: On Wed, Oct 25, 2023 at 03:02:01PM -0500, Nathan Bossart wrote: On Wed, Oct 25, 2023 at 02:53:31PM -0400, David Steele wrote: It looks like this code was missed in 39969e2a when exclusive backup was removed. Indeed. I'll plan on committing this shortl

Re: Remove dead code in pg_ctl.c

2023-10-25 Thread Nathan Bossart
On Wed, Oct 25, 2023 at 03:02:01PM -0500, Nathan Bossart wrote: > On Wed, Oct 25, 2023 at 02:53:31PM -0400, David Steele wrote: >> It looks like this code was missed in 39969e2a when exclusive backup was >> removed. > > Indeed. I'll plan on committing this shortly. Committed. -- Nathan Bossart

Re: Remove dead code in pg_ctl.c

2023-10-25 Thread Nathan Bossart
On Wed, Oct 25, 2023 at 02:53:31PM -0400, David Steele wrote: > It looks like this code was missed in 39969e2a when exclusive backup was > removed. Indeed. I'll plan on committing this shortly. -- Nathan Bossart Amazon Web Services: https://aws.amazon.com

Remove dead code in pg_ctl.c

2023-10-25 Thread David Steele
Hackers, It looks like this code was missed in 39969e2a when exclusive backup was removed. Regards, -Daviddiff --git a/src/bin/pg_ctl/pg_ctl.c b/src/bin/pg_ctl/pg_ctl.c index 807d7023a99..4099d240e03 100644 --- a/src/bin/pg_ctl/pg_ctl.c +++ b/src/bin/pg_ctl/pg_ctl.c @@ -96,7 +96,6 @@ static ti