mirror of https://github.com/citusdata/citus.git
Fix some missing parts
parent
e99eb59dd9
commit
5041fa6597
|
@ -16,6 +16,7 @@ generated_sql_files = $(patsubst %,$(citus_abs_srcdir)/build/%,$(template_sql_fi
|
|||
generated_downgrade_sql_files += $(patsubst %,$(citus_abs_srcdir)/build/sql/%,$(template_downgrade_sql_files))
|
||||
# All citus--*.sql files that are used to upgrade between versions
|
||||
DATA_built = $(generated_sql_files)
|
||||
|
||||
# directories with source files
|
||||
SUBDIRS = . commands connection ddl deparser executor metadata operations planner progress relay safeclib test transaction utils worker
|
||||
# enterprise modules
|
||||
|
|
|
@ -4,5 +4,3 @@ default_version = '11.1-1'
|
|||
module_pathname = '$libdir/citus'
|
||||
relocatable = false
|
||||
schema = pg_catalog
|
||||
|
||||
requires = 'citus_columnar'
|
||||
|
|
Loading…
Reference in New Issue