[pgpool-committers: 4391] pgpool: Add SL_MODE macro for upper compatibility with Pgpool-II 3.7 or

Tatsuo Ishii ishii at postgresql.org
Tue Dec 12 16:24:16 JST 2017


Add SL_MODE macro for upper compatibility with Pgpool-II 3.7 or later.

SL_MODE is streaming replication mode or logical replication mode.
Since in 3.7 or later, SL_MODE is used in all over the place instead
of STREAM. This makes back patching harder. So in 3.6 or earlier, we
define SL_MODE as STREAM so that we can use the patch created in 3.7
or later.

Branch
------
V3_5_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=5b2a5dc2a2fd6c21543b010d31176fb93053cde4

Modified Files
--------------
src/include/pool.h | 1 +
1 file changed, 1 insertion(+)



More information about the pgpool-committers mailing list