mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +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:
parent
05a5a1775c
commit
bbf7c2d9e9
@ -681,7 +681,7 @@ WalRcvWaitForStartPosition(XLogRecPtr *startpoint, TimeLineID *startpointTLI)
|
|||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* No need to handle changes in primary_conninfo or
|
* 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.
|
* terminate in case those change.
|
||||||
*/
|
*/
|
||||||
*startpoint = walrcv->receiveStart;
|
*startpoint = walrcv->receiveStart;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user