pgsql: Move AllowCascadeReplication() define from xlog.h to replication

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Move AllowCascadeReplication() define from xlog.h to replication
Date: 2011-09-04 00:46:51
Message-ID: E1R00rL-0001j8-Ua@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Move AllowCascadeReplication() define from xlog.h to replication include
file.

Per suggestion from Alvaro.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/85e6e1662b2c475a408afc1ea2ddade7974eddbb

Modified Files
--------------
src/include/access/xlog.h | 3 ---
src/include/replication/walreceiver.h | 4 ++++
src/include/replication/walsender.h | 1 +
3 files changed, 5 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-09-04 00:51:13 Re: [COMMITTERS] pgsql: Remove "fmgr.h" include in cube contrib --- caused crash on a Ge
Previous Message Bruce Momjian 2011-09-03 23:09:40 pgsql: Remove find_lt sgml tool, as it is not needed.