]> 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:46 +0000 (12:41 +0200)
commit3a145757a0cd19bfce770abeefa16af674e1bc09
tree6d20fc7e3b7598aed9a595ef22168dc8064d46e0
parente641d7b22fae3086c1372fb0d117f629ec174a0b
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