Re: pgsql: Fix unportable code in pgbench.

2019-04-17 Thread Tom Lane
Fabien COELHO writes: >> Fix unportable code in pgbench. > Sorry for this unforseen issue... portability is a pain:-( I think it's my fault, actually --- I don't remember how much of that patch was yours. > Yep, but ISTM that it is down to 32 bits, Only on 32-bit-long machines, which are a dwi

Re: pgsql: Fix unportable code in pgbench.

2019-04-17 Thread Fabien COELHO
Hello Tom, Fix unportable code in pgbench. Sorry for this unforseen issue... portability is a pain:-( The buildfarm points out that UINT64_FORMAT might not work with sscanf; it's calibrated for our printf implementation, which might not agree with the platform-supplied sscanf. Fall back t