| From: | Daniel Gustafsson <dgustafsson(at)postgresql(dot)org> |
|---|---|
| To: | pgsql-committers(at)lists(dot)postgresql(dot)org |
| Subject: | pgsql: oauth: Fix missing quote in errormessage |
| Date: | 2026-05-18 15:09:12 |
| Message-ID: | E1wOzai-0009rI-1n@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
oauth: Fix missing quote in errormessage
The error message for incorrect oauth validator configuration was missing
a quote character. OAuth was introduced in v18 but there is no need for a
backpatch since this was introduced in 22f9207aaa37.
Author: Jonathan Gonzalez V. <jonathan(dot)abdiel(at)gmail(dot)com>
Reviewed-by: Daniel Gustafsson <daniel(at)yesql(dot)se>
Discussion: https://postgr.es/m/ff9b84b9e6d5a3fef1f320ee5d63ec7dae722739.camel@gmail.com
Branch
------
master
Details
-------
https://git.postgresql.org/pg/commitdiff/aa7eb23aca31dbf0263e32c4fbf85ad824a642df
Modified Files
--------------
src/backend/libpq/auth-oauth.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Daniel Gustafsson | 2026-05-18 15:38:11 | pgsql: psql: Make ParseVariableDouble reject values above max |
| Previous Message | Michael Paquier | 2026-05-18 04:18:47 | pgsql: Fix issues with handling of expressions in extended stats restor |