pgsql: Fix code comments still referring to pg_start/stop_backup()

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix code comments still referring to pg_start/stop_backup()
Date: 2022-08-24 20:12:39
Message-ID: E1oQwju-0012e7-CV@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix code comments still referring to pg_start/stop_backup()

pg_start_backup() and pg_stop_backup() have been respectively renamed to
pg_backup_start() and pg_backup_stop() as of 39969e2, but a few comments
did not get the call.

Reviewed-by: Kyotaro Horiguchi, David Steele
Discussion: https://postgr.es/m/YrqGlj1+4DF3dbZ/@paquier.xyz

Branch
------
REL_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/36a8881c4bfe578e94ba97a5140d7850ffa87bed
Author: Michael Paquier <michael(at)paquier(dot)xyz>

Modified Files
--------------
src/backend/access/transam/xlogrecovery.c | 2 +-
src/backend/backup/basebackup.c | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Robert Haas 2022-08-24 21:00:58 pgsql: Include RelFileLocator fields individually in BufferTag.
Previous Message Tom Lane 2022-08-24 19:47:35 Re: pgsql: pg_dump: Dump colliculocale