Re: Warning -Wclobbered in PG_TRY(...)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Maxim Orlov <orlovmg(at)gmail(dot)com>
Cc: m(dot)litsarev(at)postgrespro(dot)ru, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Warning -Wclobbered in PG_TRY(...)
Date: 2025-05-29 15:26:39
Message-ID: 2020274.1748532399@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I wrote:
> Really? I don't have a current C standard at hand, but POSIX-2024 [1]
> claims to be aligned with the C standard for this,

Ooops, forgot to attach the URL:

[1] https://pubs.opengroup.org/onlinepubs/9799919799/

Go there and use the "keyword search" for "longjmp" --- they
don't seem to make it possible to bookmark individual pages.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Geoghegan 2025-05-29 15:37:04 Re: Correcting freeze conflict horizon calculation
Previous Message Tom Lane 2025-05-29 15:20:37 Re: Warning -Wclobbered in PG_TRY(...)