Advertisement
Guest User

Untitled

a guest
Aug 21st, 2019
61
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. work_mem 3276800
  2. commit_delay 100
  3. max_wal_size 940
  4. max_standby_archive_delay -1
  5. max_standby_streaming_delay -1
  6. hot_standby_feedback on
  7.  
  8. SELECT
  9. pg_last_xlog_receive_location() receive,
  10. pg_last_xlog_replay_location() replay,
  11. (
  12. extract(epoch FROM now()) -
  13. extract(epoch FROM pg_last_xact_replay_timestamp())
  14. )::int lag;
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement