Fix regression test for foreign_data.
authorShigeru Hanada <hanada@metrosystems.co.jp>
Tue, 5 Oct 2010 12:29:38 +0000 (21:29 +0900)
committerShigeru Hanada <hanada@metrosystems.co.jp>
Tue, 5 Oct 2010 12:29:38 +0000 (21:29 +0900)
FDW for PostgreSQL accept connection_cost and transfer_cost
for generic optins of SERVER.

src/test/regress/expected/foreign_data.out

index 99272ee7831a7fc5d59d2f31f025883027f32996..3de1179565c04937a23b70f83684bdc1557d0527 100644 (file)
@@ -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