-
- Downloads
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.
Showing
- doc/src/sgml/monitoring.sgml 14 additions, 2 deletionsdoc/src/sgml/monitoring.sgml
- src/backend/catalog/system_views.sql 3 additions, 2 deletionssrc/backend/catalog/system_views.sql
- src/backend/postmaster/pgstat.c 27 additions, 1 deletionsrc/backend/postmaster/pgstat.c
- src/backend/storage/lmgr/lock.c 7 additions, 2 deletionssrc/backend/storage/lmgr/lock.c
- src/backend/utils/adt/pgstatfuncs.c 21 additions, 1 deletionsrc/backend/utils/adt/pgstatfuncs.c
- src/include/catalog/catversion.h 2 additions, 2 deletionssrc/include/catalog/catversion.h
- src/include/catalog/pg_proc.h 3 additions, 1 deletionsrc/include/catalog/pg_proc.h
- src/include/pgstat.h 5 additions, 1 deletionsrc/include/pgstat.h
- src/test/regress/expected/rules.out 1 addition, 1 deletionsrc/test/regress/expected/rules.out
Loading
Please register or sign in to comment