diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2019-04-17 17:30:29 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2019-04-17 17:30:29 -0400 |
commit | 1a75c1d0c5d967ea2adcd7129092687cded4e7bf (patch) | |
tree | ee806987a812678bd66af3309f4b40358ea089d1 /src/backend/access/gist/gist.c | |
parent | 8cde7f49483d7e21569f61108fc80a8fe9e83e56 (diff) | |
download | postgresql-1a75c1d0c5d967ea2adcd7129092687cded4e7bf.tar.gz postgresql-1a75c1d0c5d967ea2adcd7129092687cded4e7bf.zip |
Fix unportable code in pgbench.
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 to just accepting an
unsigned long, which is already more than the documentation promises.
Oversight in e6c3ba7fb; back-patch to v11, as that was.
Diffstat (limited to 'src/backend/access/gist/gist.c')
0 files changed, 0 insertions, 0 deletions