Fix Windows portability issue in 23a27b039d94ba35.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: ab737f6ba9fc0a26d32a95b115d5cd0e24a63191
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-03-13T03:34:47Z
Releases: 9.6.0
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.

Files

PathChange+/−
src/backend/utils/adt/numutils.c modified +1 −1