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
This commit is contained in:
Michael Paquier 2022-05-18 09:06:22 +09:00
parent 05a5a1775c
commit bbf7c2d9e9
1 changed files with 1 additions and 1 deletions

View 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;