Re: pgsql: doc: Clarify OAuth validator authn_id logging

From: Erik Rijkers <er(at)xs4all(dot)nl>
To: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>, pgsql-hackers(at)lists(dot)postgresql(dot)org, Michael Paquier <michael(at)paquier(dot)xyz>
Subject: Re: pgsql: doc: Clarify OAuth validator authn_id logging
Date: 2026-06-06 12:36:24
Message-ID: af62f426-85e8-b004-2f38-dec336e6d6d8@xs4all.nl
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Op 6/6/26 om 00:22 schreef Daniel Gustafsson:
> doc: Clarify OAuth validator authn_id logging
>
> Author: Chao Li <lic(at)highgo(dot)com>
> Reviewed-by: Jacob Champion <jacob(dot)champion(at)enterprisedb(dot)com>
> Reported-by: Daniel Gustafsson <daniel(at)yesql(dot)se>
> Discussion: https://postgr.es/m/0281836A-F5FF-41A5-9EE1-656C1FAAC6B2@gmail.com
>
> Branch
> ------
> master
>
> Details
> -------
> https://git.postgresql.org/pg/commitdiff/4cb2e2fe0aa8251bef8c2e2351cd5a062c105c0a
>
> Modified Files
> --------------
> doc/src/sgml/oauth-validators.sgml | 13 +++++++++----
> 1 file changed, 9 insertions(+), 4 deletions(-)

Hi,

In doc/src/sgml/oauth-validators.sgml, and if I understand this text
correctly (always a big if), then:

"If the validator returns true and set result->authn_id then"

should be:
"If the validator returns true and sets result->authn_id then"
(i.e., set -> sets)

(added Michael in CC as he seems to collect these minimal patches, to be
committed later as a group)

Thanks,

Erik

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2026-06-06 12:41:32 Re: Fix domain fast defaults on empty tables
Previous Message Nitin Motiani 2026-06-06 12:25:20 Re: [PATCH] Fix for bug #19474: LIKE fails to match literal backslashes with nondeterministic collations

Browse pgsql-committers by date

  From Date Subject
Previous Message David Rowley 2026-06-06 04:46:44 pgsql: Fix tuple deforming with virtual generated columns