pgsql: Revert "Use workaround of __builtin_setjmp only on MINGW on MSVC - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Revert "Use workaround of __builtin_setjmp only on MINGW on MSVC
Date
Msg-id E1u1o0E-0038U2-04@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Melanie Plageman
Date:
Subject: Re: pgsql: Convert 'x IN (VALUES ...)' to 'x = ANY ...' then appropriate
Next
From: Tom Lane
Date:
Subject: pgsql: Add local-address escape "%L" to log_line_prefix.