Re: Make attstattarget nullable - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: Make attstattarget nullable
Date
Msg-id 20240317192927.GA3978212@nathanxps13
Whole thread Raw
In response to Re: Make attstattarget nullable  (Peter Eisentraut <peter@eisentraut.org>)
List pgsql-hackers
On Sun, Mar 17, 2024 at 01:51:39PM +0100, Peter Eisentraut wrote:
> I have committed this patch series.  Thanks.

My compiler is worried that "newtarget" might be getting used
uninitialized.  AFAICT there's no actual risk here, so I think initializing
it to 0 is sufficient.  I'll commit the attached patch shortly.

-- 
Nathan Bossart
Amazon Web Services: https://aws.amazon.com

Attachment

pgsql-hackers by date:

Previous
From: Tomas Vondra
Date:
Subject: Re: BitmapHeapScan streaming read user and prelim refactoring
Next
From: Tomas Vondra
Date:
Subject: Re: BitmapHeapScan streaming read user and prelim refactoring