pgsql: Add pid to the pgident event name on win32.

Started by Magnus Haganderover 18 years ago1 messagescomitters
Jump to latest
#1Magnus Hagander
magnus@hagander.net

Log Message:
-----------
Add pid to the pgident event name on win32.

Should fix a problem where two clusters are running under
two different service accounts and get colliding names,
causing only the first cluster to contain the pgident
event description.

Per report from Stephen Denne.

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
pgsql/src/backend/utils/misc:
ps_status.c (r1.33 -> r1.33.2.1)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/ps_status.c?r1=1.33&r2=1.33.2.1)