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 1wVEXd-001o67-0S for pgsql-hackers@arkaria.postgresql.org; Thu, 04 Jun 2026 20:19:49 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.96) (envelope-from ) id 1wVEXb-008dfb-2F for pgsql-hackers@arkaria.postgresql.org; Thu, 04 Jun 2026 20:19:47 +0000 Received: from makus.postgresql.org ([2001:4800:3e1:1::229]) by malur.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1wVEXb-008dfT-12 for pgsql-hackers@lists.postgresql.org; Thu, 04 Jun 2026 20:19:47 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by makus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.98.2) (envelope-from ) id 1wVEXY-000000017sR-1GJK for pgsql-hackers@lists.postgresql.org; Thu, 04 Jun 2026 20:19:46 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 159D1634C56 for ; Thu, 04 Jun 2026 22:19:41 +0200 (CEST) Received: from s981.loopia.se (unknown [172.22.191.5]) by s807.loopia.se (Postfix) with ESMTP id 07142634668; Thu, 04 Jun 2026 22:19:41 +0200 (CEST) Received: from localhost (unknown [172.22.191.5]) by s981.loopia.se (Postfix) with ESMTP id 0542722B1723; Thu, 04 Jun 2026 22:19:41 +0200 (CEST) X-Virus-Scanned: amavis at amavis.loopia.se X-Spam-Flag: NO X-Spam-Score: -1.2 X-Spam-Level: X-Spam-Status: No, score=-1.2 tagged_above=-999 required=6.2 tests=[ALL_TRUSTED=-1, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1] autolearn=disabled Authentication-Results: s473.loopia.se (amavis); dkim=pass (2048-bit key) header.d=yesql.se Received: from s981.loopia.se ([172.22.191.6]) by localhost (s473.loopia.se [172.22.190.13]) (amavis, port 10024) with LMTP id 0QT-ptvyU_Yg; Thu, 4 Jun 2026 22:19:40 +0200 (CEST) X-Loopia-Auth: user X-Loopia-User: daniel@yesql.se X-Loopia-Originating-IP: 89.255.232.236 Received: from smtpclient.apple (customer-89-255-232-236.stosn.net [89.255.232.236]) (Authenticated sender: daniel@yesql.se) by s981.loopia.se (Postfix) with ESMTPSA id 849D422B1713; Thu, 04 Jun 2026 22:19:40 +0200 (CEST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1780604380; bh=nO2KXAdGrBCDsckdSxZJOt1bTrseV2ps4FJfb4+IdEc=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=Lhx7ksNFOpcbJ3t0Tga2phlt2K5JuQpcpvuAM2nghHm3ZPT9J9dXOm9+rXoiL2K2G MuQV6hHxqBMqXWlUgbNkfDPH05psf0UtL9+vqMvSHRbl/KPdQCi3X+kMqjMFPa9hTa uk6ehQBpjk//u7m8gWQN6cgLmJof0jgNrgL4K4sl++jr07zp0ifg9T7/kErvmCQtaN 9gJEO88LgGwbHojhRoIMu8J4QAJ+YwgXzyGRqHa+eAtXCr/SA2WT84tahZR7DF7/nM hha1DidSc99YuE5lZL3YPaIQ2MBHP4Ep0+GfR/19RSYr3+TfExjmN0O7F+5jxUMo/Q kyCfKdsDrXbdA== Content-Type: text/plain; charset=utf-8 Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.12\)) Subject: Re: Fix OAuth validator docs for error_detail on internal errors From: Daniel Gustafsson In-Reply-To: <0281836A-F5FF-41A5-9EE1-656C1FAAC6B2@gmail.com> Date: Thu, 4 Jun 2026 22:19:30 +0200 Cc: Postgres hackers , Jacob Champion Content-Transfer-Encoding: quoted-printable Message-Id: References: <0281836A-F5FF-41A5-9EE1-656C1FAAC6B2@gmail.com> To: Chao Li X-Mailer: Apple Mail (2.3776.700.51.11.12) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 4 Jun 2026, at 14:33, Chao Li wrote: > =E2=80=9CAny result parameters are ignored=E2=80=9D is no longer = accurate; it should be something like =E2=80=9Cany result parameters = except result->error_detail are ignored=E2=80=9D. This patch just makes = that tiny doc fix. That's true, but error_detail is explained in detail in the next = paragraph so I'm not sure this change is needed. Another thing we don't explicitly document which seems more interesting = is that authn_id is used even in case of failure if log_connections is enabled. = Maybe that deserves a mention? -- Daniel Gustafsson