chao chang
chao chang
Possibly it is an issue of PrettyTime,instead of this project.
Hi @flamant , Can you provide a simplified project that can reproduce this issue?
The [am__api_version='1.10' ](https://github.com/david415/linux-ftools/blob/700823b9fabb28dffb0ed4862eb238ea3e04a6c2/configure#L1728) line of configure file should be changed according to the version of autotools in your building machine,which can be seen using the `automake --version` command.
It seemes that it has something to do with the implementation of com.github.pgasync.impl.DatabaseRule.createPoolBuilder(int),which set the ssl property to true.When ssl is set to false,the test passed.
This is output of pg_config,which says that when postgresql is compiled,ssl is not enabled. Which means that postgres is compiled without the ssl enabled but ssl property of ConnectionPoolBuilder is...