pgsql: Separate the code to start a new worker into its own function.

Поиск
Список
Период
Сортировка
От alvherre@postgresql.org (Alvaro Herrera)
Тема pgsql: Separate the code to start a new worker into its own function.
Дата
Msg-id 20070323214517.401199FB509@postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Separate the code to start a new worker into its own function.  The code is
exactly the same, modulo whitespace.

Modified Files:
--------------
    pgsql/src/backend/postmaster:
        autovacuum.c (r1.36 -> r1.37)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/autovacuum.c.diff?r1=1.36&r2=1.37)

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

Предыдущее
От: alvherre@postgresql.org (Alvaro Herrera)
Дата:
Сообщение: pgsql: Separate fetch of pg_autovacuum tuple into its own function.
Следующее
От: alvherre@postgresql.org (Alvaro Herrera)
Дата:
Сообщение: pgsql: Set the node properly, per Tom.