diff options
| author | Tom Lane <tgl@sss.pgh.pa.us> | 2010-08-23 17:20:08 +0000 |
|---|---|---|
| committer | Tom Lane <tgl@sss.pgh.pa.us> | 2010-08-23 17:20:08 +0000 |
| commit | 914a2f6e987632bc6c5567e87d006459c38a423c (patch) | |
| tree | 80d06a5b8fb5d9c1bd011eb99398b0a06d1a2500 /src/include | |
| parent | 738df2f475c67743e2a8995f3a2cf914396e84ae (diff) | |
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.
Diffstat (limited to 'src/include')
| -rw-r--r-- | src/include/storage/pmsignal.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/include/storage/pmsignal.h b/src/include/storage/pmsignal.h index 1dc42ecc0a1..321ee351f58 100644 --- a/src/include/storage/pmsignal.h +++ b/src/include/storage/pmsignal.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2010, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $PostgreSQL: pgsql/src/include/storage/pmsignal.h,v 1.32 2010/07/06 19:19:00 momjian Exp $ + * $PostgreSQL: pgsql/src/include/storage/pmsignal.h,v 1.32.2.1 2010/08/23 17:20:08 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -47,7 +47,6 @@ extern int AssignPostmasterChildSlot(void); extern bool ReleasePostmasterChildSlot(int slot); extern bool IsPostmasterChildWalSender(int slot); extern void MarkPostmasterChildActive(void); -extern void MarkPostmasterChildWalSender(void); extern void MarkPostmasterChildInactive(void); extern bool PostmasterIsAlive(bool amDirectChild); |
