Thread: pgsql: Marginal code cleanup for streaming replication.

pgsql: Marginal code cleanup for streaming replication.

From
tgl@postgresql.org (Tom Lane)
Date:
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)