pgsql: Msvc doesn't know UINT16_MAX, replace with PG_UINT16_MAX.

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Msvc doesn't know UINT16_MAX, replace with PG_UINT16_MAX.
Date: 2017-10-04 17:02:53
Message-ID: E1dzn4P-00040x-97@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Msvc doesn't know UINT16_MAX, replace with PG_UINT16_MAX.

UINT16_MAX usage is originating from commit 212e6f34d55c.

Per buildfarm animal currawong.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9eafa2b5b043b84fb9846bd7a57d15ed1ee220c1

Modified Files
--------------
src/include/utils/fmgrtab.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Wood, Dan 2017-10-04 18:00:41 Re: [COMMITTERS] pgsql: Fix freezing of a dead HOT-updated tuple
Previous Message Andres Freund 2017-10-04 16:45:08 pgsql: Attempt to adapt windows build for 212e6f34d55c.