mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-28 01:16:29 +00:00
repmgrd: log startup on primary
This commit is contained in:
@@ -685,8 +685,8 @@ do_standby_register(void)
|
||||
RecordStatus upstream_record_status;
|
||||
|
||||
upstream_record_status = get_node_record(primary_conn,
|
||||
config_file_options.upstream_node_id,
|
||||
&node_record);
|
||||
config_file_options.upstream_node_id,
|
||||
&node_record);
|
||||
|
||||
if (upstream_record_status != RECORD_FOUND)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user