aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2022-05-18 09:06:22 +0900
committerMichael Paquier <michael@paquier.xyz>2022-05-18 09:06:22 +0900
commitbbf7c2d9e932db873469cd9cecf0e05e39c1962d (patch)
tree5979650c1b096a756de7bcd54e07b0b76f6932bd
parent05a5a1775c89f6beb326725282e7eea1373cbec8 (diff)
downloadpostgresql-bbf7c2d9e932db873469cd9cecf0e05e39c1962d.tar.gz
postgresql-bbf7c2d9e932db873469cd9cecf0e05e39c1962d.zip
Fix typo in walreceiver.c
s/primary_slotname/primary_slot_name/. Author: Bharath Rupireddy Discussion: https://postgr.es/m/CALj2ACX3=pHkCpoGG-z+O=7Gp5YZv70jmfTyGnNV7YF3SkK73g@mail.gmail.com
-rw-r--r--src/backend/replication/walreceiver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/replication/walreceiver.c b/src/backend/replication/walreceiver.c
index b369d28a806..9452932d590 100644
--- 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;