pgsql: Marginal code cleanup for streaming replication.

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
Thread:
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)

Browse pgsql-committers by date

  From Date Subject
Next Message Takahiro Itagaki 2010-08-24 06:30:44 pgsql: Add string functions: concat(), concat_ws(), left(), right(), and
Previous Message Tom Lane 2010-08-23 17:20:02 pgsql: Marginal code cleanup for streaming replication.