Re: Fixing MSVC's inability to detect elog(ERROR) does not return

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: David Rowley <dgrowleyml(at)gmail(dot)com>
Cc: PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Fixing MSVC's inability to detect elog(ERROR) does not return
Date: 2025-09-30 19:32:09
Message-ID: 83c88564-dc01-4770-a752-d72b422a1ee7@eisentraut.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 30.09.25 11:03, David Rowley wrote:
> On Tue, 30 Sept 2025 at 18:24, Peter Eisentraut <peter(at)eisentraut(dot)org> wrote:
>> Quick follow-up: How about we rename pg_builtin_integer_constant_p to
>> pg_integer_constant_p, since it's not actually built-in? See attached
>> patch.
>
> Seems like a good idea.
>
> The patch looks good. Thanks for fixing the __builtin_const_p typo
> that I managed to introduce too :|

pushed

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2025-09-30 19:48:03 Re: split func.sgml to separated individual sgml files
Previous Message Joel Jacobson 2025-09-30 18:56:11 Re: Optimize LISTEN/NOTIFY