pgsql: Marginal code cleanup for streaming replication.

Lists: pgsql-committers
From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Marginal code cleanup for streaming replication.
Date: 2010-08-23 17:20:08
Message-ID: 20100823172008.80A2E7541D7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: 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)