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 | 7e5569fdee0c2173de564a1b0649cb4d4cc5b890 (patch) | |
tree | dae8aa5f9a31ea9822fb22874fbbdd270ab41cf3 /src/backend/executor/nodeAgg.c | |
parent | 76097b42ae03019784465c29d779c7324bc877fe (diff) |
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/executor/nodeAgg.c')
0 files changed, 0 insertions, 0 deletions