pgsql: Use workaround of __builtin_setjmp only on MINGW on MSVCRT - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Use workaround of __builtin_setjmp only on MINGW on MSVCRT
Date
Msg-id E1tziFF-002AN5-1y@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Use workaround of __builtin_setjmp only on MINGW on MSVCRT

MSVCRT is not present Windows/ARM64 and the workaround is not
necessary on any UCRT based toolchain.

Author: Lars Kanis <lars@greiz-reinsdorf.de>

Discussion: https://postgr.es/m/CAHXCYb2OjNHtoGVKyXtXmw4B3bUXwJX6M-Lcp1KcMCRUMLOocA@mail.gmail.com

Branch
------
master

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

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


pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: pgsql: aio: Minor comment improvements
Next
From: Tom Lane
Date:
Subject: pgsql: Fix detection and handling of strchrnul() for macOS 15.4.