Marginal code cleanup for streaming replication.

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

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