Tom Lane wrote: > Fix portability issue in pg_audit. > > "%ld" is not a portable way to print int64's. This may explain the > buildfarm crashes we're seeing --- it seems to make dromedary happy, > at least.
FWIW you could use %zd for translatability, assuming we ever get pg_audit translatable. -- Álvaro Herrera http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
