Re: Fixes inconsistent behavior in vacuum when it processes multiple relations - Mailing list pgsql-hackers

From Nathan Bossart
Subject Re: Fixes inconsistent behavior in vacuum when it processes multiple relations
Date
Msg-id ab2iXwhRe3fFNPfp@nathan
Whole thread Raw
In response to Re: Fixes inconsistent behavior in vacuum when it processes multiple relations  (Andres Freund <andres@anarazel.de>)
Responses Re: Fixes inconsistent behavior in vacuum when it processes multiple relations
List pgsql-hackers
On Fri, Mar 20, 2026 at 12:27:49PM -0400, Andres Freund wrote:
> Why wasn't it enough to add const markers and keep passing by pointer?

IIRC the idea was to prevent similar problems in the future.  To avoid the
extra #includes, we could instead use the back-patched version (e.g.,
commit 661643deda).

-- 
nathan



pgsql-hackers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: pg_waldump: support decoding of WAL inside tarfile
Next
From: Melanie Plageman
Date:
Subject: Re: Don't synchronously wait for already-in-progress IO in read stream