]> granicus.if.org Git - postgresql/commit
Improve includes introduced in the replication origins patch.
authorAndres Freund <andres@anarazel.de>
Thu, 6 Aug 2015 10:38:35 +0000 (12:38 +0200)
committerAndres Freund <andres@anarazel.de>
Thu, 6 Aug 2015 10:41:59 +0000 (12:41 +0200)
commit449b13313caf63c2db936cc46d8a25cfcd9a0d04
tree879d31df1738679edce12cf1559de7ab7837834e
parent4877281f3a1640577bedd1e92a83931469284368
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.
src/bin/pg_resetxlog/pg_resetxlog.c
src/bin/pg_xlogdump/rmgrdesc.c
src/include/replication/origin.h