[COMMITTERS] pgsql: Change logical replication pg_hba.conf use

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [COMMITTERS] pgsql: Change logical replication pg_hba.conf use
Дата
Msg-id E1cqi3F-000526-7w@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Change logical replication pg_hba.conf use

Logical replication no longer uses the "replication" keyword.  It just
matches database entries in the normal way.  The "replication" keyword
now only applies to physical replication.

Reviewed-by: Petr Jelinek <petr.jelinek@2ndquadrant.com>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8df9bd0b445f9bd6134915d4417efde6e85e3add

Modified Files
--------------
doc/src/sgml/client-auth.sgml         | 2 +-
doc/src/sgml/logical-replication.sgml | 8 +++-----
src/backend/libpq/hba.c               | 4 ++--
3 files changed, 6 insertions(+), 8 deletions(-)


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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: [COMMITTERS] pgsql: Sync pg_dump and pg_dumpall output
Следующее
От: Simon Riggs
Дата:
Сообщение: [COMMITTERS] pgsql: Assign AccessExclusiveLocks against subxacts in Hot Standby