mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-24 15:46:29 +00:00
repl_monitor.last_wal_standby_location should accept nulls because
of the witness
This commit is contained in:
@@ -28,7 +28,7 @@ CREATE TABLE repl_monitor (
|
||||
standby_node INTEGER NOT NULL,
|
||||
last_monitor_time TIMESTAMP WITH TIME ZONE NOT NULL,
|
||||
last_wal_primary_location TEXT NOT NULL,
|
||||
last_wal_standby_location TEXT NOT NULL,
|
||||
last_wal_standby_location TEXT, -- In case of a witness server this will be NULL
|
||||
replication_lag BIGINT NOT NULL,
|
||||
apply_lag BIGINT NOT NULL
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user