pg_auto_failover
pg_auto_failover copied to clipboard
PG18: error "Don't know how to print 64bit integers"
When building against PG18 (after removing the version check), the build fails because PG18 removes the custom format string macros. PRId64 is the usual workaround.