pgsql: Improve includes introduced in the replication origins patch.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Improve includes introduced in the replication origins patch.
Дата
Msg-id E1ZNIev-00071h-HN@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Improve includes introduced in the replication origins patch.
Следующее
От: Kevin Grittner
Дата:
Сообщение: pgsql: Fix `make installcheck` for serializable transactions.