pgsql: Move oauth_validator_libraries in postgresql.conf.sample

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Move oauth_validator_libraries in postgresql.conf.sample
Date: 2025-05-23 07:03:53
Message-ID: E1uIMRd-000Mvi-1b@gemulon.postgresql.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Move oauth_validator_libraries in postgresql.conf.sample

Move oauth_validator_libraries in postgresql.conf.sample to be grouped
with the other CONN_AUTH_AUTH settings, rather than making up a new
ad-hoc category. This matches the internal categorization and also
how it is listed in the documentation.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/70a13c528b6e382a381ff95c15a4989e2dd9360b

Modified Files
--------------
src/backend/utils/misc/postgresql.conf.sample | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2025-05-23 13:45:56 pgsql: Revert function to get memory context stats for processes
Previous Message Bruce Momjian 2025-05-23 03:02:37 pgsql: doc PG 18 relnotes: adjust CREATE SUBSCRIPTION attribution