pgsql: Marginal code cleanup for streaming replication. - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Marginal code cleanup for streaming replication.
Date
Msg-id 20100823172008.80A2E7541D7@cvs.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Marginal code cleanup for streaming replication.
Next
From: itagaki@postgresql.org (Takahiro Itagaki)
Date:
Subject: pgsql: Add string functions: concat(), concat_ws(), left(), right(), and