Re: pgsql: Fix potential NULL pointer dereference in getIdentitySequence()

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Michael Paquier <michael(at)paquier(dot)xyz>, pgsql-committers(at)lists(dot)postgresql(dot)org, Ashutosh Bapat <ashutosh(dot)bapat(at)enterprisedb(dot)com>
Subject: Re: pgsql: Fix potential NULL pointer dereference in getIdentitySequence()
Date: 2024-05-26 22:43:50
Message-ID: f2befaf4-1d17-4f5e-adb8-e5a197fef319@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers


On 2024-05-26 Su 17:51, Tom Lane wrote:
> Andrew Dunstan<andrew(at)dunslane(dot)net> writes:
>> On 2024-05-26 Su 07:58, Michael Paquier wrote:
>>> Fix potential NULL pointer dereference in getIdentitySequence()
>> This appears to have upset a number of buildfarm members
> It's hard to see how that patch would have broken "configure",
> and besides that the failures started earlier.
>
> What it looks like from here is that Andres messed up the
> installed-packages set on a lot of his animals.
>
>

Oops, sorry for the noise. I just looked at a few failures and this was
what I saw.

cheers

andrew

--
Andrew Dunstan
EDB:https://www.enterprisedb.com

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2024-05-26 23:35:41 Re: pgsql: Fix potential NULL pointer dereference in getIdentitySequence()
Previous Message Tom Lane 2024-05-26 21:51:07 Re: pgsql: Fix potential NULL pointer dereference in getIdentitySequence()