projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
05a5a17
)
Fix typo in walreceiver.c
author
Michael Paquier
Wed, 18 May 2022 00:06:22 +0000
(09:06 +0900)
committer
Michael Paquier
Wed, 18 May 2022 00:06:22 +0000
(09:06 +0900)
s/primary_slotname/primary_slot_name/.
Author: Bharath Rupireddy
Discussion: https://postgr.es/m/CALj2ACX3=pHkCpoGG-z+O=7Gp5YZv70jmfTyGnNV7YF3SkK73g@mail.gmail.com
src/backend/replication/walreceiver.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/replication/walreceiver.c
b/src/backend/replication/walreceiver.c
index b369d28a806b69028ed0da0d7955aaf8e439f7f7..9452932d59039a1fa1176c9f930b8bf0aa326e84 100644
(file)
--- a/
src/backend/replication/walreceiver.c
+++ b/
src/backend/replication/walreceiver.c
@@
-681,7
+681,7
@@
WalRcvWaitForStartPosition(XLogRecPtr *startpoint, TimeLineID *startpointTLI)
{
/*
* No need to handle changes in primary_conninfo or
- * primary_slotname here. Startup process will signal us to
+ * primary_slot
_
name here. Startup process will signal us to
* terminate in case those change.
*/
*startpoint = walrcv->receiveStart;