pgsql: Fix Windows portability issue in 23a27b039d94ba35.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix Windows portability issue in 23a27b039d94ba35.
Date: 2016-03-13 03:34:55
Message-ID: E1aewnv-0003Oq-Vi@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/ab737f6ba9fc0a26d32a95b115d5cd0e24a63191

Modified Files
--------------
src/backend/utils/adt/numutils.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-03-13 05:21:23 pgsql: Report memory context stats upon out-of-memory in repalloc[_huge
Previous Message Tom Lane 2016-03-13 02:58:11 Re: pgsql: Widen query numbers-of-tuples-processed counters to uint64.