]> git.ipfire.org Git - thirdparty/postgresql.git/commit
Add views and functions to monitor hot standby query conflicts
authorMagnus Hagander <magnus@hagander.net>
Mon, 3 Jan 2011 11:46:03 +0000 (12:46 +0100)
committerMagnus Hagander <magnus@hagander.net>
Mon, 3 Jan 2011 11:46:03 +0000 (12:46 +0100)
commit40d9e94bd7537144d3d379c1fd1264dff5cf4bb2
treed7619d7a8393994adea064d6d67762b0f9f37037
parent1996b482859c67726e77b80a263d3cce954e022d
Add views and functions to monitor hot standby query conflicts

Add the view pg_stat_database_conflicts and a column to pg_stat_database,
and the underlying functions to provide the information.
doc/src/sgml/high-availability.sgml
doc/src/sgml/monitoring.sgml
src/backend/catalog/system_views.sql
src/backend/postmaster/pgstat.c
src/backend/tcop/postgres.c
src/backend/utils/adt/pgstatfuncs.c
src/include/catalog/pg_proc.h
src/include/pgstat.h
src/test/regress/expected/rules.out