pgsql: Adjust Solution.pm to set HAVE_STDINT_H.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Adjust Solution.pm to set HAVE_STDINT_H.
Date: 2020-02-21 21:14:15
Message-ID: E1j5Fcl-0004Iq-Ra@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Adjust Solution.pm to set HAVE_STDINT_H.

We're not testing that anywhere anymore, but for consistency,
it should get defined.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/ec4a7851d5914bbdc5b65175e2489ec19020217e

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

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2020-02-21 21:56:06 Re: pgsql: Assume that we have signed integral types and flexible array mem
Previous Message Peter Eisentraut 2020-02-21 21:03:26 pgsql: Fix perlcritic warnings