From bbf7c2d9e932db873469cd9cecf0e05e39c1962d Mon Sep 17 00:00:00 2001 From: Michael Paquier Date: Wed, 18 May 2022 09:06:22 +0900 Subject: [PATCH] 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 --- src/backend/replication/walreceiver.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/backend/replication/walreceiver.c b/src/backend/replication/walreceiver.c index b369d28a80..9452932d59 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;