Re: [Bug] Heap Use After Free in parallel_vacuum_reset_dead_items Function - Mailing list pgsql-hackers

From John Naylor
Subject Re: [Bug] Heap Use After Free in parallel_vacuum_reset_dead_items Function
Date
Msg-id CANWCAZZgVMvByZA1r9mpPsHYnGrvX=HJR20H+5rbs3AnwvbfFA@mail.gmail.com
Whole thread Raw
List pgsql-hackers
On Tue, Nov 26, 2024 at 4:53 PM John Naylor <johncnaylorls@gmail.com> wrote:
> Thanks for the report! I don't see any immediate evidence of deleterious effects, but it's still sloppy. To reduce
riskgoing forward, I think we should always access this pointer via the struct rather than a separate copy, quick
attemptattached. 

[removing -bugs]

I looked again and changed a few more places for consistency, and committed.

--
John Naylor
Amazon Web Services



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Cannot find a working 64-bit integer type on Illumos
Next
From: Peter Smith
Date:
Subject: Re: Disallow UPDATE/DELETE on table with unpublished generated column as REPLICA IDENTITY