mirror of https://github.com/citusdata/citus.git
Remove dynamic translation of regression test scripts, step 2.
This commit is inspired by a commit dc9c3b0ff21465fa89d71eecf5e6cc956d647eca from PostgreSQL 15 that shares the same header. I also removed some gitignore rules so that I can add some files to git worktree. We used to ignore the generated files, that are no longer generated after this commit. -------------------- Below is the commit message from PostgreSQL 15 commit dc9c3b0ff21465fa89d71eecf5e6cc956d647eca : "git mv" all the input/*.source and output/*.source files into the corresponding sql/ and expected/ directories. Then remove the pg_regress and Makefile infrastructure associated with dynamic translation. Discussion: https://postgr.es/m/1655733.1639871614@sss.pgh.pa.uspull/6138/head
parent
b6bd9ab87b
commit
9f52fa7610
|
@ -38,7 +38,6 @@ create_function_2.sql
|
|||
largeobject.sql
|
||||
misc.sql
|
||||
security_label.sql
|
||||
tablespace.sql
|
||||
constraints.out
|
||||
copy.out
|
||||
create_function_0.out
|
||||
|
@ -48,4 +47,3 @@ largeobject.out
|
|||
largeobject_1.out
|
||||
misc.out
|
||||
security_label.out
|
||||
tablespace.out
|
||||
|
|
|
@ -1,19 +0,0 @@
|
|||
/columnar_copyto.out
|
||||
/columnar_data_types.out
|
||||
/columnar_load.out
|
||||
/hyperscale_tutorial.out
|
||||
/multi_agg_distinct.out
|
||||
/multi_agg_type_conversion.out
|
||||
/multi_alter_table_statements.out
|
||||
/multi_behavioral_analytics_create_table.out
|
||||
/multi_behavioral_analytics_create_table_superuser.out
|
||||
/multi_complex_count_distinct.out
|
||||
/multi_copy.out
|
||||
/multi_load_data.out
|
||||
/multi_load_data_superuser.out
|
||||
/multi_load_more_data.out
|
||||
/multi_multiuser_load_data.out
|
||||
/multi_mx_copy_data.out
|
||||
/multi_outer_join.out
|
||||
/multi_outer_join_reference.out
|
||||
/tablespace.out
|
|
@ -1,19 +0,0 @@
|
|||
/columnar_copyto.sql
|
||||
/columnar_data_types.sql
|
||||
/columnar_load.sql
|
||||
/hyperscale_tutorial.sql
|
||||
/multi_agg_distinct.sql
|
||||
/multi_agg_type_conversion.sql
|
||||
/multi_alter_table_statements.sql
|
||||
/multi_behavioral_analytics_create_table.sql
|
||||
/multi_behavioral_analytics_create_table_superuser.sql
|
||||
/multi_complex_count_distinct.sql
|
||||
/multi_copy.sql
|
||||
/multi_load_data.sql
|
||||
/multi_load_data_superuser.sql
|
||||
/multi_load_more_data.sql
|
||||
/multi_multiuser_load_data.sql
|
||||
/multi_mx_copy_data.sql
|
||||
/multi_outer_join.sql
|
||||
/multi_outer_join_reference.sql
|
||||
/tablespace.sql
|
Loading…
Reference in New Issue