pgsql: Marginal code cleanup for streaming replication.

Поиск
Список
Период
Сортировка
От tgl@postgresql.org (Tom Lane)
Тема pgsql: Marginal code cleanup for streaming replication.
Дата
Msg-id 20100823172008.80A2E7541D7@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Log Message:
-----------
Marginal code cleanup for streaming replication.

There is no reason that proc.c should have to get involved in this dirty hack
for letting the postmaster know which children are walsenders.  Revert that
file to the way it was, and confine the kluge to pmsignal.c and postmaster.c.

Tags:
----
REL9_0_STABLE

Modified Files:
--------------
    pgsql/src/backend/storage/ipc:
        pmsignal.c (r1.30 -> r1.30.6.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/ipc/pmsignal.c?r1=1.30&r2=1.30.6.1)
    pgsql/src/backend/storage/lmgr:
        proc.c (r1.221 -> r1.221.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/storage/lmgr/proc.c?r1=1.221&r2=1.221.2.1)
    pgsql/src/include/storage:
        pmsignal.h (r1.32 -> r1.32.2.1)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/storage/pmsignal.h?r1=1.32&r2=1.32.2.1)

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

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Marginal code cleanup for streaming replication.
Следующее
От: itagaki@postgresql.org (Takahiro Itagaki)
Дата:
Сообщение: pgsql: Add string functions: concat(), concat_ws(), left(), right(), and