mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-25 16:16:29 +00:00
Remove unneeded debugging output
This commit is contained in:
3
repmgr.c
3
repmgr.c
@@ -371,9 +371,6 @@ set_primary_last_seen(PG_FUNCTION_ARGS)
|
|||||||
LWLockAcquire(shared_state->lock, LW_EXCLUSIVE);
|
LWLockAcquire(shared_state->lock, LW_EXCLUSIVE);
|
||||||
|
|
||||||
shared_state->primary_last_seen = GetCurrentTimestamp();
|
shared_state->primary_last_seen = GetCurrentTimestamp();
|
||||||
elog(INFO,
|
|
||||||
"primary_last_seen: %s",
|
|
||||||
timestamptz_to_str( shared_state->primary_last_seen));
|
|
||||||
|
|
||||||
LWLockRelease(shared_state->lock);
|
LWLockRelease(shared_state->lock);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user