Re: BUG #16920: Can't compile PostGIS with MingW64 against PostgreSQL 14 head

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: r(at)pcorp(dot)us
Cc: pgsql-bugs(at)lists(dot)postgresql(dot)org
Subject: Re: BUG #16920: Can't compile PostGIS with MingW64 against PostgreSQL 14 head
Date: 2021-03-11 15:02:09
Message-ID: 2291040.1615474929@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

PG Bug reporting form <noreply(at)postgresql(dot)org> writes:
> I pulled PostgreSQL 14 earlier today to troubleshoot an issue we were having
> and discovered I can not compile PostGIS with Mingw64 against PostgreSQL 14
> head.

Hmm, our mingw64 buildfarm animals aren't detecting any particular
problem here. Is PostGIS doing anything unusual with injecting
special symbols via -D switches? Or maybe including something else
before postgres.h? The symptoms look like a header-inclusion-order
problem ...

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Tom Lane 2021-03-11 15:06:20 Re: BUG #16921: small memory leak
Previous Message Tom Lane 2021-03-11 14:52:02 Re: BUG #16923: Timestamptz always returns utc time when resultformat is in binary format.