On 2021/02/20 18:41, Landry Breuil wrote: > Hi, > > the pgpool version we ship is from mid-2018 and fails to build with > clang 10. Since there, upstream has released 4.0, 4.1 and 4.2 branches, > while 3.7 is still maintained. > > so i went the easy route and upgraded to 3.7.18.
ok for now to unbreak, but this is badly in need of a branch update: 4.0 - 2018-10-19 This version adds support for SCRAM and CERT authentication, improves load balancing control and import PostgreSQL 11 new SQL parser 4.1 - 2019-10-31 This version implements long awaited features including statement_level_load_balance and auto_failback. Also it enhances number of areas related to performance. Finally it imports PostgreSQL 12's new SQL parser. 4.2 - 2020-11-26 Many enhancements are added to this version for easier configuration and administration. Moreover new clustering mode which allows not only write consistency but read consistency in multiple PostgreSQL servers. Also SSL is improved to allow more secure operation. New PostgreSQL 13 SQL parse is imported.
