Hi, On 2018-10-03 16:24:23 -0400, Tom Lane wrote: > Andres Freund <[email protected]> writes: > > Ensure that snprintf.c's fmtint() doesn't overflow when printing INT64_MIN. > > Hm, I think you should s/uint64/unsigned long long/ to be consistent > with 595a0eab7.
Fair point. Will push once tests finish. Greetings, Andres Freund
