Fix typo in walreceiver.c
authorMichael Paquier
Wed, 18 May 2022 00:06:22 +0000 (09:06 +0900)
committerMichael 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

index b369d28a806b69028ed0da0d7955aaf8e439f7f7..9452932d59039a1fa1176c9f930b8bf0aa326e84 100644 (file)
@@ -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;