pgsql: Improve includes introduced in the replication origins patch.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Improve includes introduced in the replication origins patch.
Date: 2015-08-06 10:44:27
Message-ID: E1ZNIex-000721-CU@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Improve includes introduced in the replication origins patch.

pg_resetxlog.h contained two superfluous includes, origin.h superfluously
depended on logical.h, and pg_xlogdump's rmgrdesc.h only indirectly
included origin.h.

Backpatch: 9.5, where replication origins were introduced.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/3a145757a0cd19bfce770abeefa16af674e1bc09

Modified Files
--------------
src/bin/pg_resetxlog/pg_resetxlog.c | 2 --
src/bin/pg_xlogdump/rmgrdesc.c | 1 +
src/include/replication/origin.h | 4 +++-
3 files changed, 4 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Kevin Grittner 2015-08-06 15:51:09 pgsql: Fix `make installcheck` for serializable transactions.
Previous Message Andres Freund 2015-08-06 10:44:25 pgsql: Improve includes introduced in the replication origins patch.