]> git.ipfire.org Git - thirdparty/postgresql.git/commit
oauth: Fix missing quote in errormessage
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Mon, 18 May 2026 15:03:09 +0000 (08:03 -0700)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Mon, 18 May 2026 15:03:09 +0000 (08:03 -0700)
commitaa7eb23aca31dbf0263e32c4fbf85ad824a642df
tree52a81b508cc43d89b9273230ec7b93cd33bebc9d
parenta28fa2947d2a507089605c47bbfa9016d457208c
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.abdiel@gmail.com>
Reviewed-by: Daniel Gustafsson <daniel@yesql.se>
Discussion: https://postgr.es/m/ff9b84b9e6d5a3fef1f320ee5d63ec7dae722739.camel@gmail.com
src/backend/libpq/auth-oauth.c