pgadmin3/include
lsv 6f3b809b69 Add support walsender process in form Server Status
- Для процесссов walsender отображается дополнительная информация, которая получается запросом
  select coalesce(sl.xmin,sl.catalog_xmin)::text xmin_slot,':'||slot_name||'['||sl.slot_type||']' slotinfo,'LagSent:'||pg_size_pretty(pg_wal_lsn_diff(pg_current_wal_lsn(),coalesce(confirmed_flush_lsn,restart_lsn)))||' LagXmin: '||coalesce(extract(epoch from (pg_last_committed_xact()).timestamp - pg_xact_commit_timestamp(xmin))::int,0)||' s' xminlag,coalesce(extract(epoch from (pg_last_committed_xact()).timestamp - pg_xact_commit_timestamp(xmin))::int,0) xminslotdelta from pg_replication_slots sl;
  в поле backend_xmin <- xmin_slot
  в поле query <- xminlag
- Добавлена подсветка строки оранжевым цветом, если xminslotdelta >= 1800 секунд
2020-07-10 17:35:20 +05:00
..
agent init 2020-07-07 22:19:12 +05:00
ctl init 2020-07-07 22:19:12 +05:00
db init 2020-07-07 22:19:12 +05:00
dd init 2020-07-07 22:19:12 +05:00
debugger init 2020-07-07 22:19:12 +05:00
dlg init 2020-07-07 22:19:12 +05:00
frm Add support walsender process in form Server Status 2020-07-10 17:35:20 +05:00
gqb init 2020-07-07 22:19:12 +05:00
hotdraw init 2020-07-07 22:19:12 +05:00
images init 2020-07-07 22:19:12 +05:00
libssh2 remove libssh2 source 2020-07-07 23:12:14 +05:00
ogl init 2020-07-07 22:19:12 +05:00
parser init 2020-07-07 22:19:12 +05:00
pgscript init 2020-07-07 22:19:12 +05:00
pro_scheduler init 2020-07-07 22:19:12 +05:00
schema init 2020-07-07 22:19:12 +05:00
slony init 2020-07-07 22:19:12 +05:00
utils init 2020-07-07 22:19:12 +05:00
copyright.h init 2020-07-07 22:19:12 +05:00
module.mk init 2020-07-07 22:19:12 +05:00
pgAdmin3.h init 2020-07-07 22:19:12 +05:00
postgres.h init 2020-07-07 22:19:12 +05:00
precomp.h init 2020-07-07 22:19:12 +05:00
version.h init 2020-07-07 22:19:12 +05:00