Re: GUC parameter ACLs and physical walsender

From: Jeff Davis <pgsql(at)j-davis(dot)com>
To: Mark Dilger <mark(dot)dilger(at)enterprisedb(dot)com>
Cc: John Naylor <johncnaylorls(at)gmail(dot)com>, pgsql-hackers(at)postgresql(dot)org, Andrey Borodin <x4mmm(at)yandex-team(dot)ru>, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Subject: Re: GUC parameter ACLs and physical walsender
Date: 2026-06-18 17:37:06
Message-ID: c6fa1e37b7d5a51f72d94ef307a14711f5d48de4.camel@j-davis.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, 2026-04-24 at 12:30 -0700, Jeff Davis wrote:
> On Thu, 2026-04-23 at 16:41 -0700, Mark Dilger wrote:
> > On Thu, Apr 23, 2026 at 2:06 PM Jeff Davis <pgsql(at)j-davis(dot)com>
> > wrote:
> > > (a) Is this the right fix for master?
> >
> > Yes.  This approach has no problem in master that I can see.
> >  
> > > (b) Is there anything we can do in the back branches, or we just
> > > leave
> > > it as fix going forward only?
> >
> > I don't see a solution.

Attached a rebased version, will commit soon. This will be a catalog
bump in beta2.

This fixes an issue introduced in a0ffa885e4, which was released in
v15. Unfortunately, we didn't find a reasonable back-patchable
solution, so I will commit only to master.

For backbranches, we could try to produce a better error message, but
that's about all we can do.

Regards,
Jeff Davis

Attachment Content-Type Size
v2-0001-Nail-pg_parameter_acl-in-relcache.patch text/x-patch 5.1 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jeyaprakash Rajamani 2026-06-18 17:40:55 Re: Performance Degradation (Table becomes bloat) During Repeated Bulk UPDATE Operations
Previous Message Bharath Rupireddy 2026-06-18 17:24:38 Re: Performance Degradation (Table becomes bloat) During Repeated Bulk UPDATE Operations