]> granicus.if.org Git - postgresql/commit
Fix problem that sscanf(buf, "%d", &val) eats leading white space, but
authorBruce Momjian <bruce@momjian.us>
Wed, 19 Apr 2006 18:49:09 +0000 (18:49 +0000)
committerBruce Momjian <bruce@momjian.us>
Wed, 19 Apr 2006 18:49:09 +0000 (18:49 +0000)
commit5d096d012761894cbd47430ed8f4c5c261dcf875
tree27164bcdc420c014b8037cf43cad18a9e8c3b348
parent04ca4caa81b02cf10600b1b265b70c54a3aa7ea8
Fix problem that sscanf(buf, "%d", &val) eats leading white space, but
our to_* functions were not handling that.
src/backend/utils/adt/formatting.c