Update another comment still referring to pg_start/stop_backup()
authorPeter Eisentraut <[email protected]>
Thu, 25 Aug 2022 13:04:38 +0000 (15:04 +0200)
committerPeter Eisentraut <[email protected]>
Thu, 25 Aug 2022 13:04:38 +0000 (15:04 +0200)
src/test/recovery/t/020_archive_status.pl

index e6e4eb56a90f6ad1313d7612b858e3c641b84b98..550fb37cb68993c3c1f1465593c7ce2049b3db85 100644 (file)
@@ -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