fixup test output

pull/4328/head
Jeff Davis 2020-11-19 12:45:52 -08:00
parent 91015deb9d
commit cef1d0e915
2 changed files with 2 additions and 2 deletions

View File

@ -483,10 +483,10 @@ SELECT * FROM print_extension_changes();
| function alter_columnar_table_reset(regclass,boolean,boolean,boolean)
| function alter_columnar_table_set(regclass,integer,integer,name)
| function citus_internal.cstore_ensure_objects_exist()
| function cstore.columnar_handler(internal)
| function cstore.cstore_ddl_event_end_trigger()
| function cstore.cstore_fdw_handler()
| function cstore.cstore_fdw_validator(text[],oid)
| function cstore.columnar_handler(internal)
| function cstore_table_size(regclass)
| schema cstore
| table cstore.cstore_data_files

View File

@ -82,10 +82,10 @@ ORDER BY 1;
function create_distributed_table(regclass,text,citus.distribution_type,text)
function create_intermediate_result(text,text)
function create_reference_table(regclass)
function cstore.columnar_handler(internal)
function cstore.cstore_ddl_event_end_trigger()
function cstore.cstore_fdw_handler()
function cstore.cstore_fdw_validator(text[],oid)
function cstore.columnar_handler(internal)
function cstore_table_size(regclass)
function distributed_tables_colocated(regclass,regclass)
function dump_global_wait_edges()