]> granicus.if.org Git - postgresql/commit
Fix Windows portability issue in 23a27b039d94ba35.
authorTom Lane <tgl@sss.pgh.pa.us>
Sun, 13 Mar 2016 03:34:47 +0000 (22:34 -0500)
committerTom Lane <tgl@sss.pgh.pa.us>
Sun, 13 Mar 2016 03:34:47 +0000 (22:34 -0500)
commitab737f6ba9fc0a26d32a95b115d5cd0e24a63191
tree598f5b31ab8cbe873da1025c85bb0e160d49f223
parentfc7a9dfddb073a55a226778acd6a9b3f5ea2e626
Fix Windows portability issue in 23a27b039d94ba35.

_strtoui64() is available in MSVC builds, but apparently not with
other Windows toolchains.  Thanks to Petr Jelinek for the diagnosis.
src/backend/utils/adt/numutils.c