Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 992fe54

Browse files
committed
Replace an occurrence of slave with standby
Commit a1ef920 replaced the use of slave with standby, but overlooked this comment. Author: Daniel Gustafsson
1 parent 414cca4 commit 992fe54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contrib/pg_stat_statements/pg_stat_statements.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -625,7 +625,7 @@ pgss_shmem_startup(void)
625625

626626
/*
627627
* Remove the persisted stats file so it's not included in
628-
* backups/replication slaves, etc. A new file will be written on next
628+
* backups/replication standbys, etc. A new file will be written on next
629629
* shutdown.
630630
*
631631
* Note: it's okay if the PGSS_TEXT_FILE is included in a basebackup,

0 commit comments

Comments
 (0)