Add a 'waiting' column to pg_stat_activity to carry the same information
authorTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Aug 2006 01:36:34 +0000 (01:36 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Sat, 19 Aug 2006 01:36:34 +0000 (01:36 +0000)
commit9bf760f7dec703aa34d9bd68aaa982943d24411e
treef36eed206a58dce384a76c27f77213a6444aaef7
parent1be439084a380bc3f1576e2a2834839e508122dd
Add a 'waiting' column to pg_stat_activity to carry the same information
that ps_status provides by appending 'waiting' to the PS display.  This
completes the project of making it feasible to turn off process title
updates and instead rely on pg_stat_activity.  Per my suggestion a few
weeks ago.
doc/src/sgml/monitoring.sgml
src/backend/catalog/system_views.sql
src/backend/postmaster/pgstat.c
src/backend/storage/lmgr/lock.c
src/backend/utils/adt/pgstatfuncs.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/include/pgstat.h
src/test/regress/expected/rules.out