Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wVqG7-002DwV-2j for pgsql-hackers@arkaria.postgresql.org; Sat, 06 Jun 2026 12:36:16 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wVqG6-00FwkP-1B for pgsql-hackers@arkaria.postgresql.org; Sat, 06 Jun 2026 12:36:14 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wVqG6-00FwkG-04 for pgsql-hackers@lists.postgresql.org; Sat, 06 Jun 2026 12:36:14 +0000 Received: from ewsoutbound.kpnmail.nl ([195.121.94.184]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wVqG3-00000001aWd-0KaC for pgsql-hackers@lists.postgresql.org; Sat, 06 Jun 2026 12:36:13 +0000 X-KPN-MessageId: 4b89001c-61a4-11f1-afe2-005056994fde Received: from smtp.kpnmail.nl (unknown [10.31.155.5]) by ewsoutbound.so.kpn.org (Halon) with ESMTPS id 4b89001c-61a4-11f1-afe2-005056994fde; Sat, 06 Jun 2026 14:36:09 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=xs4all.nl; s=xs4all01; h=content-type:from:to:subject:mime-version:date:message-id; bh=+lD+aEr3Mx+Gh7mCuwU4KNF78Hz9poKcVgKkv2qS7uA=; b=Zm9ZOUZQqt208lTj/fohkClPDrJ1AtRgmcdJfA3X8142fqULAc6b//MYzeHmWk8E+xmkdSJ9wyS2C jPDfb3UrS1tcVRI13qNsa8VFwe09vcIbl9+T8QNuPBvlIP147pV6zWt1MVxfDZJilv2cb0lLxzaIP3 jbmL58L+EEhsKKj02zgF6UZT7jAbLxOR7CPMYpWhips3NHIRNYMOPPNvnrDmG9nNiqQfep8eQ5aR3/ JV9bzzc1RrSlq0WRdtZkTMnrtumL7r3NpShzimxOmn5Zy8HRN1nrsQHFePDPILNl48L/mpKHq7TA4+ u+yTRgOjmUlVmmuGpWrCDhOrPNVDGkQ== X-KPN-MID: 33|7lwYMTcQe+eDzJov9FB6eCIjIZx5YP9TgGlrGaOUlGvPhGr+X9vzPC/MVXokWed 2DCzM5ljbvOjq9ZA7ko1VGBbAGe7vvgIQBw8SKanQV48= X-KPN-VerifiedSender: Yes X-CMASSUN: 33|GnNn5CfOn70+uKZ2hnyApesqbiS3ZI5nje2jFwhpDoGjytpzW01ls2dPHbv1PtR yCabqY5CFqeXkLp8zDXje5Q== X-Originating-IP: 45.83.234.25 Received: from [192.168.178.31] (unknown [45.83.234.25]) by smtp.xs4all.nl (Halon) with ESMTPSA id 47854320-61a4-11f1-abb2-00505699b758; Sat, 06 Jun 2026 14:36:09 +0200 (CEST) Message-ID: Date: Sat, 6 Jun 2026 14:36:24 +0200 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.11.0 Subject: Re: pgsql: doc: Clarify OAuth validator authn_id logging To: Daniel Gustafsson , pgsql-hackers@lists.postgresql.org, Michael Paquier References: Content-Language: en-US From: Erik Rijkers In-Reply-To: Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk Op 6/6/26 om 00:22 schreef Daniel Gustafsson: > doc: Clarify OAuth validator authn_id logging > > Author: Chao Li > Reviewed-by: Jacob Champion > Reported-by: Daniel Gustafsson > 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