Log Message:
-----------
Make backends that are reading the pgstats file verify each backend PID
against the PGPROC array. Anything in the file that isn't in PGPROC
gets rejected as being a stale entry. This should solve complaints about
stale entries in pg_stat_activity after a BETERM message has been dropped
due to overload.
Modified Files:
--------------
pgsql/src/backend/postmaster:
pgstat.c (r1.103 -> r1.104)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/pgstat.c.diff?r1=1.103&r2=1.104)
pgsql-committers by date
| Next: | From: Tom Lane | Date: 2005-08-09 22:47:04 |
| Subject: pgsql: Extend pg_config to be able to report the build-time values of |
| Previous: | From: Bruce Momjian | Date: 2005-08-09 20:24:32 |
| Subject: pgsql: Combine entries: < inheritance < * Allow |