diff options
| author | Pavan Deolasee | 2015-06-10 08:46:18 +0000 |
|---|---|---|
| committer | Pavan Deolasee | 2015-06-10 08:46:18 +0000 |
| commit | 4fc449074262242b7c81167c7cc458cde15eaa18 (patch) | |
| tree | 2ba2a5dc55bce81f013dac95516a7e32e017bf40 | |
| parent | 7b0e1c6d2aff130e5a24681cdeda193072df866a (diff) | |
Fix expected output for test case sanity_check
This reflects new catalog tables created in XL. Also we fail to create indexes
on some tables (because of XL's limitations) and that is reflected in the
output
| -rw-r--r-- | src/test/regress/expected/sanity_check.out | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/src/test/regress/expected/sanity_check.out b/src/test/regress/expected/sanity_check.out index 14acd16da3..3697d9b215 100644 --- a/src/test/regress/expected/sanity_check.out +++ b/src/test/regress/expected/sanity_check.out @@ -47,14 +47,14 @@ f_star|f fast_emp4000|t float4_tbl|f float8_tbl|f -func_index_heap|t +func_index_heap|f hash_f8_heap|t hash_i4_heap|t hash_name_heap|t hash_txt_heap|t hobbies_r|f ihighway|t -inet_tbl|f +inet_tbl|t inhf|f inhx|t insert_tbl|f @@ -67,7 +67,7 @@ kd_point_tbl|t line_tbl|f log_table|f lseg_tbl|f -main_table|f +main_table|t money_data|f num_data|f num_exp_add|t @@ -139,6 +139,9 @@ pg_ts_parser|t pg_ts_template|t pg_type|t pg_user_mapping|t +pgxc_class|t +pgxc_group|t +pgxc_node|t point_tbl|t polygon_tbl|t quad_point_tbl|t |
