[COMMITTERS] pgsql: Attempt to adapt windows build for 212e6f34d55c. - Mailing list pgsql-committers

From Andres Freund
Subject [COMMITTERS] pgsql: Attempt to adapt windows build for 212e6f34d55c.
Date
Msg-id E1dzmnE-0003dg-EK@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Attempt to adapt windows build for 212e6f34d55c.

Per buildfarm animal baiji.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/15334ad19a776f76cbb725e4e9162a7bce1bd4d0

Modified Files
--------------
src/tools/msvc/Solution.pm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


--
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: [COMMITTERS] pgsql: Replace binary search in fmgr_isbuiltin with a lookup array.
Next
From: Andres Freund
Date:
Subject: [COMMITTERS] pgsql: Msvc doesn't know UINT16_MAX, replace with PG_UINT16_MAX.