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

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Fix code comments still referring to pg_start/stop_backup()
Date: 2022-07-01 00:37:43
Message-ID: E1o74fG-000bDK-Fs@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
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/33bd4698c1174d24f6e53f965f6d64aeab3611f6

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

Browse pgsql-committers by date

  From Date Subject
Next Message Thomas Munro 2022-07-01 02:27:23 pgsql: Harden dsm_impl.c against unexpected EEXIST.
Previous Message Michael Paquier 2022-07-01 00:14:57 pgsql: Refactor the TAP test of auto_explain