mirror of https://github.com/citusdata/citus.git
fixup test output
parent
91015deb9d
commit
cef1d0e915
|
@ -483,10 +483,10 @@ SELECT * FROM print_extension_changes();
|
||||||
| function alter_columnar_table_reset(regclass,boolean,boolean,boolean)
|
| function alter_columnar_table_reset(regclass,boolean,boolean,boolean)
|
||||||
| function alter_columnar_table_set(regclass,integer,integer,name)
|
| function alter_columnar_table_set(regclass,integer,integer,name)
|
||||||
| function citus_internal.cstore_ensure_objects_exist()
|
| function citus_internal.cstore_ensure_objects_exist()
|
||||||
|
| function cstore.columnar_handler(internal)
|
||||||
| function cstore.cstore_ddl_event_end_trigger()
|
| function cstore.cstore_ddl_event_end_trigger()
|
||||||
| function cstore.cstore_fdw_handler()
|
| function cstore.cstore_fdw_handler()
|
||||||
| function cstore.cstore_fdw_validator(text[],oid)
|
| function cstore.cstore_fdw_validator(text[],oid)
|
||||||
| function cstore.columnar_handler(internal)
|
|
||||||
| function cstore_table_size(regclass)
|
| function cstore_table_size(regclass)
|
||||||
| schema cstore
|
| schema cstore
|
||||||
| table cstore.cstore_data_files
|
| table cstore.cstore_data_files
|
||||||
|
|
|
@ -82,10 +82,10 @@ ORDER BY 1;
|
||||||
function create_distributed_table(regclass,text,citus.distribution_type,text)
|
function create_distributed_table(regclass,text,citus.distribution_type,text)
|
||||||
function create_intermediate_result(text,text)
|
function create_intermediate_result(text,text)
|
||||||
function create_reference_table(regclass)
|
function create_reference_table(regclass)
|
||||||
|
function cstore.columnar_handler(internal)
|
||||||
function cstore.cstore_ddl_event_end_trigger()
|
function cstore.cstore_ddl_event_end_trigger()
|
||||||
function cstore.cstore_fdw_handler()
|
function cstore.cstore_fdw_handler()
|
||||||
function cstore.cstore_fdw_validator(text[],oid)
|
function cstore.cstore_fdw_validator(text[],oid)
|
||||||
function cstore.columnar_handler(internal)
|
|
||||||
function cstore_table_size(regclass)
|
function cstore_table_size(regclass)
|
||||||
function distributed_tables_colocated(regclass,regclass)
|
function distributed_tables_colocated(regclass,regclass)
|
||||||
function dump_global_wait_edges()
|
function dump_global_wait_edges()
|
||||||
|
|
Loading…
Reference in New Issue