fix problem in regression test
This commit is contained in:
@ -125,7 +125,7 @@ create index on normal_test.tbl_partition(id) local WITH (compresstype=2,compres
|
||||
--------+---------+-----------+---------+--------------+-------------
|
||||
id | integer | | plain | |
|
||||
Indexes:
|
||||
"tbl_partition_id_idx" btree (id) LOCAL(PARTITION p0_id_idx, PARTITION p10_id_idx, PARTITION p11_id_idx, PARTITION p2_id_idx, PARTITION p3_id_idx, PARTITION p4_id_idx, PARTITION p5_id_idx, PARTITION p6_id_idx, PARTITION p7_id_idx) WITH (compresstype=2, compress_chunk_size=1024) TABLESPACE pg_default
|
||||
"tbl_partition_id_idx" btree (id) LOCAL WITH (compresstype=2, compress_chunk_size=1024) TABLESPACE pg_default
|
||||
--?.*
|
||||
--?.*
|
||||
Has OIDs: no
|
||||
|
||||
@ -26,7 +26,7 @@ test: index_advisor
|
||||
test: pl_debugger_server pl_debugger_client
|
||||
test: update_for_wait_s1 update_for_wait_s2
|
||||
test: plan_hint plan_hint_set plan_hint_no_expand plan_hint_iud null_test_opt
|
||||
test: large_sequence int16 forall_save_exceptions gs_dump_sequence
|
||||
test: large_sequence int16 gs_dump_sequence
|
||||
test: gs_dump_tableof
|
||||
test: analyze_commands
|
||||
#test: single_node_job
|
||||
|
||||
Reference in New Issue
Block a user