Re: Adjust macro name in pg_backup_stop()

Michael Paquier <michael@paquier.xyz>

From: Michael Paquier <michael@paquier.xyz>
To: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-09-13T01:58:50Z
Lists: pgsql-hackers
On Mon, Sep 12, 2022 at 05:06:16PM +0530, Bharath Rupireddy wrote:
> Hi, it looks like the commit [1] renamed pg_stop_backup() to
> pg_backup_stop() but forgot to rename the associated
> PG_STOP_BACKUP_V2_COLS macro. While this is harmless, here's a patch
> to rename the macro to be in sync with the function name.

This is the last reference to pg_start/stop_backup() in the code, so
done.
--
Michael

Commits

  1. Rename macro related to pg_backup_stop()

  2. Remove exclusive backup mode