pg_auto_failover icon indicating copy to clipboard operation
pg_auto_failover copied to clipboard

PG18: error "Don't know how to print 64bit integers"

Open df7cb opened this issue 8 months ago • 0 comments

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.

df7cb avatar Apr 22 '25 13:04 df7cb