Remove dead code in pg_ctl.c

Started by David Steeleover 2 years ago4 messageshackers
Jump to latest
#1David Steele
david@pgmasters.net

Hackers,

It looks like this code was missed in 39969e2a when exclusive backup was
removed.

Regards,
-David

Attachments:

pgctl-dead-code.patchtext/plain; charset=UTF-8; name=pgctl-dead-code.patchDownload+0-2
#2Nathan Bossart
nathandbossart@gmail.com
In reply to: David Steele (#1)
Re: Remove dead code in pg_ctl.c

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

#3Nathan Bossart
nathandbossart@gmail.com
In reply to: Nathan Bossart (#2)
Re: Remove dead code in pg_ctl.c

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
Amazon Web Services: https://aws.amazon.com

#4David Steele
david@pgmasters.net
In reply to: Nathan Bossart (#3)
Re: Remove dead code in pg_ctl.c

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 shortly.

Committed.

Thank you, Nathan!

-David