pgsql: Revert "Use workaround of __builtin_setjmp only on MINGW on MSVC

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Revert "Use workaround of __builtin_setjmp only on MINGW on MSVC
Date: 2025-04-07 15:03:10
Message-ID: E1u1o0E-0038U2-04@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Revert "Use workaround of __builtin_setjmp only on MINGW on MSVCRT"

This reverts commit c313fa4602defe1be947370ab5b217ca163a1e3c.

This is found to cause issues on x86_64 Windows even when using UCRT.

Discussion: https://postgr.es/m/3312149.1744001936@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8f5e419484c3efb613d971ec25b9bf344db3d0b0

Modified Files
--------------
src/include/c.h | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-04-07 15:04:09 Re: pgsql: Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriate
Previous Message Melanie Plageman 2025-04-07 13:50:42 Re: pgsql: Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriate