diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2022-08-25 15:04:38 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2022-08-25 15:05:28 +0200 |
commit | 19c4de8289bedf90ac10d496e3896f8838937a83 (patch) | |
tree | e997697de959ef7e85e77998398740279a0e55e3 /src | |
parent | f2dcf1acfbd8d23e1651293cd3c83c0443b45143 (diff) | |
download | postgresql-19c4de8289bedf90ac10d496e3896f8838937a83.tar.gz postgresql-19c4de8289bedf90ac10d496e3896f8838937a83.zip |
Update another comment still referring to pg_start/stop_backup()
Diffstat (limited to 'src')
-rw-r--r-- | src/test/recovery/t/020_archive_status.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/recovery/t/020_archive_status.pl b/src/test/recovery/t/020_archive_status.pl index e6e4eb56a90..550fb37cb68 100644 --- a/src/test/recovery/t/020_archive_status.pl +++ b/src/test/recovery/t/020_archive_status.pl @@ -74,7 +74,7 @@ $primary->stop('immediate'); # Recovery tests for the archiving with a standby partially check # the recovery behavior when restoring a backup taken using a -# snapshot with no pg_start/stop_backup. In this situation, +# snapshot with no pg_backup_start/stop. In this situation, # the recovered standby should enter first crash recovery then # switch to regular archive recovery. Note that the base backup # is taken here so as archive_command will fail. This is necessary |