tcp-user-timeout not supported until PostgreSQL 12
Sanity checks revealed failing UTs for kea-dhcp4 and kea-dhcp6:
I've attached a diff that solves the issue via conditional compilation. It simply ignores the value in postgresl DB connection logic if it's specified on systems that do not support it:
This allows UTs that were failing to still execute as they test the entire configuration.
Edited by Thomas Markwalder