From 95c588a1f64334489bbe6895f2ef95f5eb67f9f1 Mon Sep 17 00:00:00 2001 From: Shigeru Hanada Date: Tue, 5 Oct 2010 21:29:38 +0900 Subject: [PATCH] Fix regression test for foreign_data. FDW for PostgreSQL accept connection_cost and transfer_cost for generic optins of SERVER. --- src/test/regress/expected/foreign_data.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/test/regress/expected/foreign_data.out b/src/test/regress/expected/foreign_data.out index 99272ee783..3de1179565 100644 --- a/src/test/regress/expected/foreign_data.out +++ b/src/test/regress/expected/foreign_data.out @@ -396,7 +396,7 @@ ERROR: permission denied for foreign-data wrapper foo RESET ROLE; ALTER SERVER s8 OPTIONS (foo '1'); -- ERROR option validation ERROR: invalid option "foo" -HINT: Valid options in this context are: authtype, service, connect_timeout, dbname, host, hostaddr, port, tty, options, requiressl, sslmode, gsslib +HINT: Valid options in this context are: authtype, service, connect_timeout, dbname, host, hostaddr, port, tty, options, requiressl, sslmode, gsslib, connection_cost, transfer_cost ALTER SERVER s8 OPTIONS (connect_timeout '30', SET dbname 'db1', DROP host); SET ROLE regress_test_role; ALTER SERVER s1 OWNER TO regress_test_indirect; -- ERROR -- 2.39.5