Re: Custom oauth validator options

From: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
To: Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>
Cc: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>, VASUKI M <vasukianand0119(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, david(dot)g(dot)johnston(at)gmail(dot)com, Robert Haas <robertmhaas(at)gmail(dot)com>, myon(at)debian(dot)org, Nikolay Shaplov <dhyan(at)nataraj(dot)su>
Subject: Re: Custom oauth validator options
Date: 2026-01-28 16:23:39
Message-ID: 202601281620.m3hrqtih5b2w@alvherre.pgsql
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2026-Jan-28, Zsolt Parragi wrote:

> 0001: defines a new guc, guc_prefix_enforcement that potentially
> changes the behavior of prefix reservation. It has a few modes, based
> on which missing prefix reservations or variables defined outside the
> reserved prefix result in warnings or errors during library load time.
> This is unrelated to pgc_hba, and applies to all custom variables.

I didn't actually read this patch, but I wonder if this is something we
should attempt in the context of the larger refactoring done by the
patch series here,
https://postgr.es/m/2438819.yKrmzQ4Hd0@thinkpad-pgpro
I'm afraid it's likely to be very outdated at the moment, I think it'll
need a difficult rebase, but I invite you to have a look at what it
offered when it was last posted, and see if it would help write what
you're trying to achieve here.

Thanks

--
Álvaro Herrera 48°01'N 7°57'E — https://www.EnterpriseDB.com/
"I'm always right, but sometimes I'm more right than other times."
(Linus Torvalds)
https://lore.kernel.org/git/Pine(dot)LNX(dot)4(dot)58(dot)0504150753440(dot)7211(at)ppc970(dot)osdl(dot)org/

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2026-01-28 16:26:51 Re: More speedups for tuple deformation
Previous Message Zsolt Parragi 2026-01-28 16:04:49 Re: Custom oauth validator options