OSDN Git Service

Complete the following TODO items:
authorNeil Conway <neilc@samurai.com>
Mon, 9 May 2005 11:31:34 +0000 (11:31 +0000)
committerNeil Conway <neilc@samurai.com>
Mon, 9 May 2005 11:31:34 +0000 (11:31 +0000)
commit4744c1a0a16d4fdad4196c9874e050936e1133ed
treef7d0464971f8d6046e0b3e8522e211869e14bbc7
parentd8c21181ce406b313bddfdaf49d66458942c16ed
Complete the following TODO items:

* Add session start time to pg_stat_activity
* Add the client IP address and port to pg_stat_activity

Original patch from Magnus Hagander, code review by Neil Conway. Catalog
version bumped. This patch sends the client IP address and port number in
every statistics message; that's not ideal, but will be fixed up shortly.
doc/src/sgml/monitoring.sgml
src/backend/catalog/system_views.sql
src/backend/postmaster/pgstat.c
src/backend/utils/adt/pgstatfuncs.c
src/include/catalog/catversion.h
src/include/catalog/pg_proc.h
src/include/pgstat.h