Marginal code cleanup for streaming replication.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: b9defe0405606e1e63a708078757c03451b0c111
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2010-08-23T17:20:01Z
Releases: 9.1.0
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.

Files