fbf05341c7
Add patch for libpq 13.1 compatibility. Fixes: CVE-2020-25694 Fixes: CVE-2020-25695 Fixes: CVE-2020-25696 Version: 12.5
14 lines
717 B
Diff
14 lines
717 B
Diff
diff --git a/contrib/dblink/expected/dblink.out b/contrib/dblink/expected/dblink.out
|
|
index 6ceabb453c..6516d4f131 100644
|
|
--- a/contrib/dblink/expected/dblink.out
|
|
+++ b/contrib/dblink/expected/dblink.out
|
|
@@ -879,7 +879,7 @@ $d$;
|
|
CREATE USER MAPPING FOR public SERVER fdtest
|
|
OPTIONS (server 'localhost'); -- fail, can't specify server here
|
|
ERROR: invalid option "server"
|
|
-HINT: Valid options in this context are: user, password
|
|
+HINT: Valid options in this context are: user, password, sslpassword
|
|
CREATE USER MAPPING FOR public SERVER fdtest OPTIONS (user :'USER');
|
|
GRANT USAGE ON FOREIGN SERVER fdtest TO regress_dblink_user;
|
|
GRANT EXECUTE ON FUNCTION dblink_connect_u(text, text) TO regress_dblink_user;
|