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. <[email protected]> Reviewed-by: Daniel Gustafsson <[email protected]> Discussion: https://postgr.es/m/[email protected] 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(-)
