Accept changes in expected output for the test case 'sysviews'
authorPavan Deolasee <[email protected]>
Fri, 30 Jun 2017 06:51:30 +0000 (12:21 +0530)
committerPavan Deolasee <[email protected]>
Fri, 30 Jun 2017 06:51:30 +0000 (12:21 +0530)
The change only includes two more XL-specific GUCs matching pattern 'enable%'.

src/test/regress/expected/sysviews.out

index 568b783f5edacbec24585071435b5ebd177ad68d..1948509e896b43bd5992c477ea5d6367f8e2984c 100644 (file)
@@ -70,21 +70,23 @@ select count(*) >= 0 as ok from pg_prepared_xacts;
 -- This is to record the prevailing planner enable_foo settings during
 -- a regression test run.
 select name, setting from pg_settings where name like 'enable%';
-         name         | setting 
-----------------------+---------
- enable_bitmapscan    | on
- enable_gathermerge   | on
- enable_hashagg       | on
- enable_hashjoin      | on
- enable_indexonlyscan | on
- enable_indexscan     | on
- enable_material      | on
- enable_mergejoin     | on
- enable_nestloop      | on
- enable_seqscan       | on
- enable_sort          | on
- enable_tidscan       | on
-(12 rows)
+             name             | setting 
+------------------------------+---------
+ enable_bitmapscan            | on
+ enable_datanode_row_triggers | off
+ enable_fast_query_shipping   | on
+ enable_gathermerge           | on
+ enable_hashagg               | on
+ enable_hashjoin              | on
+ enable_indexonlyscan         | on
+ enable_indexscan             | on
+ enable_material              | on
+ enable_mergejoin             | on
+ enable_nestloop              | on
+ enable_seqscan               | on
+ enable_sort                  | on
+ enable_tidscan               | on
+(14 rows)
 
 -- Test that the pg_timezone_names and pg_timezone_abbrevs views are
 -- more-or-less working.  We can't test their contents in any great detail