pgsql: Mark autovacuum entries in pg_stat_activity so that they can be

Поиск
Список
Период
Сортировка
От alvherre@postgresql.org (Alvaro Herrera)
Тема pgsql: Mark autovacuum entries in pg_stat_activity so that they can be
Дата
Msg-id 20080114133925.D8B85754108@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Mark autovacuum entries in pg_stat_activity so that they can be easily
distinguished from user-invoked commands.  Per suggestion from Tom Lane.

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        autovacuum.c (r1.70 -> r1.71)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/autovacuum.c?r1=1.70&r2=1.71)

В списке pgsql-committers по дате отправления:

Предыдущее
От: meskes@postgresql.org (Michael Meskes)
Дата:
Сообщение: pgsql: Set valid return values even in case of an error to prevent
Следующее
От: carvalho@pgfoundry.org (User Carvalho)
Дата:
Сообщение: pllua - pllua: Minor changes for new build system.