aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2008-03-18 01:49:44 +0000
committerTom Lane <tgl@sss.pgh.pa.us>2008-03-18 01:49:44 +0000
commit206b1e558a1106db88de42abaabb893eb97aec81 (patch)
tree06a9d8f461b8ddff442ab22a473577a1985c9a55 /src/backend/access/gist
parent9706f54d5df2b3d7934db6eb74aa97f3debec18d (diff)
downloadpostgresql-206b1e558a1106db88de42abaabb893eb97aec81.tar.gz
postgresql-206b1e558a1106db88de42abaabb893eb97aec81.zip
Fix our printf implementation to follow spec: if a star parameter
value for a precision is negative, act as though precision weren't specified at all, that is the whole .* part of the format spec should be ignored. Our previous coding took it as .0 which is certainly wrong. Per report from Kris Jurka and local testing. Possibly this should be back-patched, but it would be good to get some more testing first; in any case there are no known cases where there's really a problem on the backend side.
Diffstat (limited to 'src/backend/access/gist')
0 files changed, 0 insertions, 0 deletions