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:25
Message-ID: E1ZNIev-00071h-HN@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
------
REL9_5_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/449b13313caf63c2db936cc46d8a25cfcd9a0d04

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 Andres Freund 2015-08-06 10:44:27 pgsql: Improve includes introduced in the replication origins patch.
Previous Message Bruce Momjian 2015-08-06 03:03:55 pgsql: docs: HTML-escape '>' in '=>' using HTML entities