Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit bbf7c2d

Browse files
committed
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
1 parent 05a5a17 commit bbf7c2d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/replication/walreceiver.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -681,7 +681,7 @@ WalRcvWaitForStartPosition(XLogRecPtr *startpoint, TimeLineID *startpointTLI)
681681
{
682682
/*
683683
* No need to handle changes in primary_conninfo or
684-
* primary_slotname here. Startup process will signal us to
684+
* primary_slot_name here. Startup process will signal us to
685685
* terminate in case those change.
686686
*/
687687
*startpoint = walrcv->receiveStart;

0 commit comments

Comments
 (0)