]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Fix code comments still referring to pg_start/stop_backup()
authorMichael Paquier <michael@paquier.xyz>
Fri, 1 Jul 2022 00:37:17 +0000 (09:37 +0900)
committerPeter Eisentraut <peter@eisentraut.org>
Wed, 24 Aug 2022 20:10:29 +0000 (22:10 +0200)
commit36a8881c4bfe578e94ba97a5140d7850ffa87bed
tree728be6f7c0bd0160c0f664020c7bf2a26e3b58a1
parent72b6828da3f72bdcf87f680fe37a90ce964793cc
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
src/backend/access/transam/xlogrecovery.c
src/backend/backup/basebackup.c