mirror of
https://github.com/postgres/postgres.git
synced 2025-06-25 01:02:05 +03:00
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:
@ -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;
|
||||
|
Reference in New Issue
Block a user