pgsql: Use workaround of __builtin_setjmp only on MINGW on MSVCRT

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Use workaround of __builtin_setjmp only on MINGW on MSVCRT
Date: 2025-04-01 20:30:01
Message-ID: E1tziFF-002AN5-1y@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)greiz-reinsdorf(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2025-04-01 20:50:32 pgsql: Fix detection and handling of strchrnul() for macOS 15.4.
Previous Message Noah Misch 2025-04-01 20:29:11 Re: TEMP_CONFIG vs test_aio