mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-26 00:26:30 +00:00
Minor formatting tweak
This commit is contained in:
@@ -1001,10 +1001,10 @@ standby_monitor(void)
|
|||||||
" last_monitor_time, last_apply_time, "
|
" last_monitor_time, last_apply_time, "
|
||||||
" last_wal_primary_location, last_wal_standby_location, "
|
" last_wal_primary_location, last_wal_standby_location, "
|
||||||
" replication_lag, apply_lag ) "
|
" replication_lag, apply_lag ) "
|
||||||
" VALUES(%d, %d, "
|
" VALUES(%d, %d, "
|
||||||
" '%s'::TIMESTAMP WITH TIME ZONE, '%s'::TIMESTAMP WITH TIME ZONE, "
|
" '%s'::TIMESTAMP WITH TIME ZONE, '%s'::TIMESTAMP WITH TIME ZONE, "
|
||||||
" '%s', '%s', "
|
" '%s', '%s', "
|
||||||
" %llu, %llu) ",
|
" %llu, %llu) ",
|
||||||
get_repmgr_schema_quoted(master_conn),
|
get_repmgr_schema_quoted(master_conn),
|
||||||
master_options.node, local_options.node,
|
master_options.node, local_options.node,
|
||||||
monitor_standby_timestamp, last_wal_standby_applied_timestamp,
|
monitor_standby_timestamp, last_wal_standby_applied_timestamp,
|
||||||
|
|||||||
Reference in New Issue
Block a user