]> granicus.if.org Git - postgresql/commit
Fix portability issue in pg_audit.
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 14 May 2015 17:19:26 +0000 (13:19 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 14 May 2015 17:19:26 +0000 (13:19 -0400)
commit35a1e1d1593f4355c9d87bbc8208a8736801a607
tree73ae2d4e11c4eea6d7a232a5e7177d364cdca79b
parent6c9e93d3ffbf99435636103ad69d6469c64e2aef
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.
contrib/pg_audit/pg_audit.c