Hello On 2022-Aug-07, Andres Freund wrote:
> On 2022-08-07 19:40:14 +0200, Alvaro Herrera wrote: > > I'd rather we keep PG_FUNCNAME_MACRO defined to __func__ ... it costs us > > nothing. Would anybody oppose that? > > I'm fine with re-adding the macro, as long as we don't re-add in-tree users. After further thinking, I conclude there's no need for this. It's quite easy to add a "#ifndef PG_FUNCNAME_MACRO" stanza in third-party code if needed, and just rely on __func__ otherwise. Thanks -- Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/
