Re: BUG #16920: Can't compile PostGIS with MingW64 against PostgreSQL 14 head
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: "Regina Obe" <lr@pcorp.us>
Cc: 'Juan José Santamaría Flecha' <juanjo.santamaria@gmail.com>, "'PostgreSQL mailing lists'" <pgsql-bugs@lists.postgresql.org>
Date: 2021-03-13T18:50:46Z
Lists: pgsql-bugs
"Regina Obe" <lr@pcorp.us> writes: > At a glance looks like walleye is suggesting it happened in this commit > https://git.postgresql.org/gitweb/?p=postgresql.git;a=commit;h=85d94c5 That one only touched libpq not the backend, but yeah, walleye's history suggests the one immediately before it (3174d69fb9) might've been the culprit. Which makes little sense, because that had about nothing to do with error handling. So I'm interested to see if you can reproduce the conclusion that that's where it broke. regards, tom lane
Commits
-
Work around issues in MinGW-64's setjmp/longjmp support.
- 146cb3889c3c 14.0 landed