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

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

From
mha@postgresql.org (Magnus Hagander)
Date:
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)