Fist cut patch to deal with logical replication.
authorTatsuo Ishii <ishii@postgresql.org>
Thu, 17 Aug 2017 07:10:24 +0000 (16:10 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Thu, 17 Aug 2017 07:10:24 +0000 (16:10 +0900)
commit184b412db44644c66d56af249368b69bfad8b8f8
tree3e00ca7db185982897716efe3de2808db21aaafc
parente8f509252a1bacc2bc8993299ad393e9bbab4724
Fist cut patch to deal with logical replication.
24 files changed:
doc.ja/src/sgml/connection-settings.sgml
doc.ja/src/sgml/runtime.sgml
doc/src/sgml/connection-settings.sgml
doc/src/sgml/runtime.sgml
src/Makefile.am
src/Makefile.in
src/config/pool_config_variables.c
src/context/pool_query_context.c
src/context/pool_session_context.c
src/include/pool.h
src/include/pool_config.h
src/main/pgpool_main.c
src/protocol/CommandComplete.c
src/protocol/child.c
src/protocol/pool_connection_pool.c
src/protocol/pool_process_query.c
src/protocol/pool_proto_modules.c
src/query_cache/pool_memqcache.c
src/sample/pgpool.conf.sample
src/sample/pgpool.conf.sample-logical [new file with mode: 0644]
src/sample/pgpool.conf.sample-master-slave
src/sample/pgpool.conf.sample-replication
src/sample/pgpool.conf.sample-stream
src/test/pgpool_setup