Remove dead code in pg_ctl.c
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
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
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
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