| From: | Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Split walsender.h in public/private headers |
| Date: | 2011-09-14 00:45:02 |
| Message-ID: | E1R3db4-0004UQ-TS@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Split walsender.h in public/private headers
This dramatically cuts short the number of headers the public one brings
into whatever includes it.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/86822df9b5d5fe16d2528c7fc9428137414faa4f
Modified Files
--------------
src/backend/replication/basebackup.c | 1 +
src/backend/replication/repl_gram.y | 1 +
src/backend/replication/syncrep.c | 1 +
src/backend/replication/walsender.c | 1 +
src/include/replication/walsender.h | 93 +----------------------
src/include/replication/walsender_private.h | 109 +++++++++++++++++++++++++++
6 files changed, 115 insertions(+), 91 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Heikki Linnakangas | 2011-09-14 06:36:40 | pgsql: In the manual section on primary_conninfo, recommend using a rol |
| Previous Message | Tom Lane | 2011-09-13 15:37:35 | pgsql: deflist_to_tuplestore dumped core on an option with no value. |