Skip to content
Snippets Groups Projects

fix: failed to read replication lag: cannot assign NULL to int

Merged Vitaliy Kukharik requested to merge fix-lag-query-null into master
1 file
+ 2
0
Compare changes
  • Side-by-side
  • Inline
@@ -32,6 +32,7 @@ const (
ELSE
coalesce(round(date_part('epoch', now() - pg_last_xact_replay_timestamp())::int8, 0), 0)
END)
ELSE 0
END lag_sec;
`
@@ -43,6 +44,7 @@ const (
ELSE
coalesce(round(date_part('epoch', now() - pg_last_xact_replay_timestamp())::int8, 0), 0)
END)
ELSE 0
END lag_sec;
`
Loading