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.94.2) (envelope-from ) id 1vGH3B-00BOJB-P5 for pgsql-hackers@arkaria.postgresql.org; Tue, 04 Nov 2025 13:26:17 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.94.2) (envelope-from ) id 1vGH3A-00Dy9p-OM for pgsql-hackers@arkaria.postgresql.org; Tue, 04 Nov 2025 13:26:15 +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.94.2) (envelope-from ) id 1vGH3A-00Dy9E-EB for pgsql-hackers@lists.postgresql.org; Tue, 04 Nov 2025 13:26:15 +0000 Received: from smtp.outgoing.loopia.se ([93.188.3.37]) by magus.postgresql.org with esmtps (TLS1.3) tls TLS_ECDHE_RSA_WITH_AES_256_GCM_SHA384 (Exim 4.96) (envelope-from ) id 1vGH37-005wAo-0K for pgsql-hackers@postgresql.org; Tue, 04 Nov 2025 13:26:15 +0000 Received: from s807.loopia.se (localhost [127.0.0.1]) by s807.loopia.se (Postfix) with ESMTP id 4F22348AB23 for ; Tue, 04 Nov 2025 14:26:11 +0100 (CET) Received: from s979.loopia.se (unknown [172.22.191.6]) by s807.loopia.se (Postfix) with ESMTP id 3987C48B408; Tue, 04 Nov 2025 14:26:11 +0100 (CET) Received: from localhost (unknown [172.22.191.6]) by s979.loopia.se (Postfix) with ESMTP id 32E9410BC4C1; Tue, 04 Nov 2025 14:26:11 +0100 (CET) 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: s472.loopia.se (amavis); dkim=pass (2048-bit key) header.d=yesql.se Received: from s934.loopia.se ([172.22.191.5]) by localhost (s472.loopia.se [172.22.190.12]) (amavis, port 10024) with UTF8LMTP id Yw08z76kBaR0; Tue, 4 Nov 2025 14:26:10 +0100 (CET) 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 s934.loopia.se (Postfix) with ESMTPSA id 721CE7CE90E; Tue, 04 Nov 2025 14:26:10 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yesql.se; s=loopiadkim1707475645; t=1762262770; bh=tudawP2z5kR9PFYga022DUCFUeEeR0IvU7rw/8U5H5U=; h=Subject:From:In-Reply-To:Date:Cc:References:To; b=O/umPGyns+sfJlwcuufAm5mKkgVUj9pW1CwdnJq6imfQ4fObSmfof9OiYUj3TOu0j Rjip0ZyCxuXBKTDI71K6SPRTi1379coIaNPp7Q7CqL2Vl2zteOS518iFED9f8o53IA ioNkoQuLZ4dZ5zd2mWAu3YiMW8TAv4knGD7CRkHkgCE/yArm2Z31lXDhmBL55RS8ZL FtwJqH6EQoRfXr9gyP9YqQZ3yFIcbtfkYPH5liXvt1mtOzjIAPNBni316ymkzbV+wZ fwxRds8UquFjh8nU994haHbJ4QUBLBplwQ7GR6I6KpJvW4yMTMR0FH7MSeA5164zmS x19Qtjgd6ciPA== Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (Mac OS X Mail 16.0 \(3776.700.51.11.2\)) Subject: Re: Make PGOAUTHCAFILE in libpq-oauth work out of debug mode From: Daniel Gustafsson In-Reply-To: <7a0e58c5fdaa3686ea0a157ff937fe38954cda8c.camel@gmail.com> Date: Tue, 4 Nov 2025 14:26:00 +0100 Cc: Jacob Champion , PostgreSQL Hackers Content-Transfer-Encoding: quoted-printable Message-Id: <53D25726-E359-4DC0-88D5-B9ED7C3A43FD@yesql.se> References: <16a91d02795cb991963326a902afa764e4d721db.camel@gmail.com> <3D82D240-1CC5-4CE6-BE30-6065B693D40C@yesql.se> <7a0e58c5fdaa3686ea0a157ff937fe38954cda8c.camel@gmail.com> To: "Jonathan Gonzalez V." X-Mailer: Apple Mail (2.3776.700.51.11.2) List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Archived-At: Precedence: bulk > On 4 Nov 2025, at 14:00, Jonathan Gonzalez V. = wrote: > Ho! where can I see this list? I'd love to help with something here! There is no documented list as far as I can remember, but look for calls = to oauth_unsafe_debugging_enabled() in: = https://github.com/postgres/postgres/blob/master/src/interfaces/libpq/fe-a= uth-oauth.c And conditionals checking the actx->debugging variable in: = https://github.com/postgres/postgres/blob/master/src/interfaces/libpq-oaut= h/oauth-curl.c -- Daniel Gustafsson