public inbox for [email protected]  
help / color / mirror / Atom feed
[oauth] Fix minimal typo in OAuth
2+ messages / 2 participants
[nested] [flat]

* [oauth] Fix minimal typo in OAuth
@ 2026-05-18 07:49  Jonathan Gonzalez V. <[email protected]>
  0 siblings, 1 reply; 2+ messages in thread

From: Jonathan Gonzalez V. @ 2026-05-18 07:49 UTC (permalink / raw)
  To: pgsql-hackers

Hello!

I've attached a small typo fix for a forgotten quote in an error.

Regards!
-- 
Jonathan Gonzalez V. 
EDB: https://www.enterprisedb.com


Attachments:

  [text/x-patch] v1-0001-Fix-minimal-typo-in-a-quote-that-wanted-to-exist-.patch (1.0K, 2-v1-0001-Fix-minimal-typo-in-a-quote-that-wanted-to-exist-.patch)
  download | inline diff:
From e4f1fba2454a6075f0f08393a4f7250063b24d93 Mon Sep 17 00:00:00 2001
From: "Jonathan Gonzalez V." <[email protected]>
Date: Mon, 18 May 2026 09:46:09 +0200
Subject: [PATCH v1 1/1] Fix minimal typo in a quote that wanted to exist but
 was forgotten

Signed-off-by: Jonathan Gonzalez V. <[email protected]>
---
 src/backend/libpq/auth-oauth.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/backend/libpq/auth-oauth.c b/src/backend/libpq/auth-oauth.c
index a6cab0c3bf4..b769931ca4f 100644
--- a/src/backend/libpq/auth-oauth.c
+++ b/src/backend/libpq/auth-oauth.c
@@ -867,7 +867,7 @@ check_oauth_validator(HbaLine *hbaline, int elevel, char **err_msg)
 	{
 		ereport(elevel,
 				errcode(ERRCODE_CONFIG_FILE_ERROR),
-				errmsg("parameter \%s\" must be set for authentication method \"%s\"",
+				errmsg("parameter \"%s\" must be set for authentication method \"%s\"",
 					   "oauth_validator_libraries", "oauth"),
 				errcontext("line %d of configuration file \"%s\"",
 						   line_num, file_name));
-- 
2.53.0



  [application/pgp-signature] signature.asc (833B, 3-signature.asc)
  download

^ permalink  raw  reply  [nested|flat] 2+ messages in thread

* Re: [oauth] Fix minimal typo in OAuth
@ 2026-05-18 13:34  Daniel Gustafsson <[email protected]>
  parent: Jonathan Gonzalez V. <[email protected]>
  0 siblings, 0 replies; 2+ messages in thread

From: Daniel Gustafsson @ 2026-05-18 13:34 UTC (permalink / raw)
  To: Jonathan Gonzalez V. <[email protected]>; +Cc: pgsql-hackers

> On 18 May 2026, at 00:49, Jonathan Gonzalez V. <[email protected]> wrote:
> 
> Hello!
> 
> I've attached a small typo fix for a forgotten quote in an error.

Nice catch, fixing.

--
Daniel Gustafsson







^ permalink  raw  reply  [nested|flat] 2+ messages in thread


end of thread, other threads:[~2026-05-18 13:34 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed)
-- links below jump to the message on this page --
2026-05-18 07:49 [oauth] Fix minimal typo in OAuth Jonathan Gonzalez V. <[email protected]>
2026-05-18 13:34 ` Daniel Gustafsson <[email protected]>

This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox