v1-0001-Fix-minimal-typo-in-a-quote-that-wanted-to-exist-.patch
text/x-patch
Filename: v1-0001-Fix-minimal-typo-in-a-quote-that-wanted-to-exist-.patch
Type: text/x-patch
Part: 0
Message:
[oauth] Fix minimal typo in OAuth
Patch
Same data as JSON:
GET /api/v1/attachments/:id/patch
the parsed metadata as JSON — format, series position, per-file stats; never the diff bytes.
API reference →
Format: format-patch
Series: patch v1-0001
Subject: Fix minimal typo in a quote that wanted to exist but was forgotten
| File | + | − |
|---|---|---|
| src/backend/libpq/auth-oauth.c | 1 | 1 |
From e4f1fba2454a6075f0f08393a4f7250063b24d93 Mon Sep 17 00:00:00 2001
From: "Jonathan Gonzalez V." <jonathan.abdiel@gmail.com>
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. <jonathan.abdiel@gmail.com>
---
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