[pgpool-committers: 4395] 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_6_STABLE

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

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



More information about the pgpool-committers mailing list