mirror of
https://github.com/EnterpriseDB/repmgr.git
synced 2026-03-23 15:16:29 +00:00
Lag is now monitored in bytes, we show replication lag
and applied lag
This commit is contained in:
@@ -19,7 +19,7 @@ Datum
|
||||
last_xlog_replay_timestamp(PG_FUNCTION_ARGS)
|
||||
{
|
||||
TimestampTz rTime;
|
||||
bool fromSource;
|
||||
bool fromStream;
|
||||
|
||||
if (!InRecovery)
|
||||
PG_RETURN_NULL();
|
||||
|
||||
Reference in New Issue
Block a user