possibly outdated info in pg_stat_activity

possibly outdated info in pg_stat_activity

am 17.10.2005 07:01:03 von Rajesh Kumar Mallah

Hi,

PID 3533 does not exists in the system but its still in pg_stat_activity.
This is PostgreSQL 8.0.3 on i686-pc-linux-gnu, compiled by GCC gcc
(GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-49). Not sure if its already
known issue , advance apologies if
so.

tradein_clients=3D# SELECT procpid,query_start,
substring(btrim(current_query),0,50) from pg_stat_activity order by
query_start limit 20;
+---------+----------------------------------+-------------- ---------------=
----------------------+
| procpid | query_start | =20=
=20
substring |
+---------+----------------------------------+-------------- ---------------=
----------------------+
| 3533 | 2005-10-16 22:26:21.981728+05:30 | select
prod_serv,memb_affil,eyp,pacode,estd,entry |
| 3649 | 2005-10-16 22:26:33.168702+05:30 | in transaction
|
| 31579 | 2005-10-17 10:19:21.185764+05:30 | =20=

|
| 32142 | 2005-10-17 10:21:46.696032+05:30 | =20=

|
| 31715 | 2005-10-17 10:21:57.676293+05:30 | =20=

|
| 3508 | 2005-10-17 10:22:12.500686+05:30 | =20=

|
| 830 | 2005-10-17 10:23:04.34449+05:30 | =20=

|
| 32197 | 2005-10-17 10:23:05.458473+05:30 | =20=

|
| 31210 | 2005-10-17 10:23:20.55451+05:30 | =20=

|
| 751 | 2005-10-17 10:24:33.519166+05:30 | =20=

|
| 31908 | 2005-10-17 10:24:51.839088+05:30 | =20=

|
| 31651 | 2005-10-17 10:24:53.896042+05:30 | =20=

|
| 8777 | 2005-10-17 10:24:54.074668+05:30 | =20=

|
| 31338 | 2005-10-17 10:25:28.248292+05:30 | =20=

|
| 7547 | 2005-10-17 10:25:36.473533+05:30 | =20=

|
| 10387 | 2005-10-17 10:26:00.250297+05:30 | =20=

|
| 1399 | 2005-10-17 10:26:02.775205+05:30 | =20=

|
| 867 | 2005-10-17 10:26:13.393084+05:30 | =20=

|
| 10543 | 2005-10-17 10:26:14.258694+05:30 | =20=

|
| 8680 | 2005-10-17 10:26:19.020959+05:30 | =20=

|
+---------+----------------------------------+-------------- ---------------=
----------------------+
(20 rows)

---------------------------(end of broadcast)---------------------------
TIP 9: In versions below 8.0, the planner will ignore your desire to
choose an index scan if your joining column's datatypes do not
match

Re: possibly outdated info in pg_stat_activity

am 17.10.2005 16:12:13 von Alvaro Herrera

Rajesh Kumar Mallah wrote:

> PID 3533 does not exists in the system but its still in pg_stat_activity.
> This is PostgreSQL 8.0.3 on i686-pc-linux-gnu, compiled by GCC gcc
> (GCC) 3.2.3 20030502 (Red Hat Linux 3.2.3-49).

This is normal behavior. Sometimes the packets used to update the stat
collector's information are lost due to the nature of the UDP socket.
You shouldn't see this problem under light load.

--
Alvaro Herrera Architect, http://www.EnterpriseDB.com
"The first of April is the day we remember what we are
the other 364 days of the year" (Mark Twain)

---------------------------(end of broadcast)---------------------------
TIP 1: if posting/reading through Usenet, please send an appropriate
subscribe-nomail command to majordomo@postgresql.org so that your
message can get through to the mailing list cleanly