projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
414cca4
)
Replace an occurrence of slave with standby
author
Magnus Hagander
Wed, 19 Jun 2019 12:38:23 +0000
(14:38 +0200)
committer
Magnus Hagander
Wed, 19 Jun 2019 12:38:23 +0000
(14:38 +0200)
Commit
a1ef920e27ba6ab3602aaf6d6751d8628fac1af8
replaced the use of
slave with standby, but overlooked this comment.
Author: Daniel Gustafsson
contrib/pg_stat_statements/pg_stat_statements.c
patch
|
blob
|
blame
|
history
diff --git
a/contrib/pg_stat_statements/pg_stat_statements.c
b/contrib/pg_stat_statements/pg_stat_statements.c
index 26610b34b61ae4e093518aa976090e1c9c1acee1..490ade9e5fe7869dbf4ac0cee903d6bfbbd1e0d1 100644
(file)
--- a/
contrib/pg_stat_statements/pg_stat_statements.c
+++ b/
contrib/pg_stat_statements/pg_stat_statements.c
@@
-625,7
+625,7
@@
pgss_shmem_startup(void)
/*
* Remove the persisted stats file so it's not included in
- * backups/replication s
lave
s, etc. A new file will be written on next
+ * backups/replication s
tandby
s, etc. A new file will be written on next
* shutdown.
*
* Note: it's okay if the PGSS_TEXT_FILE is included in a basebackup,