Re: Avoid a possible null pointer (src/backend/utils/adt/pg_locale.c) - Mailing list pgsql-hackers

From Ranier Vilela
Subject Re: Avoid a possible null pointer (src/backend/utils/adt/pg_locale.c)
Date
Msg-id CAEudQAqW8RnCzh-U2vF16UO0PbbP-t6Jj1pu1bEHVT0++gjR0w@mail.gmail.com
Whole thread Raw
In response to Re: Avoid a possible null pointer (src/backend/utils/adt/pg_locale.c)  (Jeff Davis <pgsql@j-davis.com>)
Responses Re: Avoid a possible null pointer (src/backend/utils/adt/pg_locale.c)  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
Em ter., 12 de set. de 2023 às 17:51, Jeff Davis <pgsql@j-davis.com> escreveu:
On Tue, 2023-09-12 at 09:03 +0900, Michael Paquier wrote:
> On Mon, Sep 11, 2023 at 12:15:49PM -0700, Jeff Davis wrote:
> > That's fine with me.
>
> Okay.  Then, please find attached a v4 for HEAD and REL_16_STABLE.

One question: would it make sense to use __func__?
According to the msvc documentation, __func__ requires C++11.

I think that is not a good idea.

best regards,
Ranier Vilela

pgsql-hackers by date:

Previous
From: Peter Smith
Date:
Subject: Re: [PoC] pg_upgrade: allow to upgrade publisher node
Next
From: "Imseih (AWS), Sami"
Date:
Subject: Jumble the CALL command in pg_stat_statements