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

From: David Rowley <dgrowleyml(at)gmail(dot)com>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>
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 09:03:07
Message-ID: CAApHDvruL4SQ6mY6A4RY_6U9xFCHLjQzEM-aVBOr_D6c6=i6Jg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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 :|

David

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Richard Guo 2025-09-30 09:13:43 Allow virtual columns in index expressions or predicate
Previous Message Bertrand Drouvot 2025-09-30 08:52:36 Wordsmith pgstat_relation.c header comment