Обсуждение: pgsql: Add pid to the pgident event name on win32.

Поиск
Список
Период
Сортировка

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

От
mha@postgresql.org (Magnus Hagander)
Дата:
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.

Modified Files:
--------------
    pgsql/src/backend/utils/misc:
        ps_status.c (r1.37 -> r1.38)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/misc/ps_status.c?r1=1.37&r2=1.38)