mirror of https://github.com/citusdata/citus.git
Add check-empty to testing Makefile
Don't create functions multiple times Move ALTER TABLEs to their declaration Remove DROP FUNCTIONS IF EXISTS, OR REPLACEpull/2845/head
parent
acbaa38a62
commit
50144b75d0
File diff suppressed because it is too large
Load Diff
|
@ -60,6 +60,10 @@ check-base-vg: all
|
|||
--valgrind --pg_ctl-timeout=360 --connection-timeout=500000 --valgrind-path=valgrind --valgrind-log-file=$(VALGRIND_LOG_FILE) \
|
||||
-- $(MULTI_REGRESS_OPTS) --schedule=$(citus_abs_srcdir)/base_schedule $(EXTRA_TESTS)
|
||||
|
||||
check-empty: all
|
||||
$(pg_regress_multi_check) --load-extension=citus \
|
||||
-- $(MULTI_REGRESS_OPTS) $(EXTRA_TESTS)
|
||||
|
||||
check-multi: all tempinstall-main
|
||||
$(pg_regress_multi_check) --load-extension=citus \
|
||||
-- $(MULTI_REGRESS_OPTS) --schedule=$(citus_abs_srcdir)/multi_schedule $(EXTRA_TESTS)
|
||||
|
|
|
@ -107,7 +107,7 @@ ALTER EXTENSION citus UPDATE TO '8.2-2';
|
|||
ALTER EXTENSION citus UPDATE TO '8.2-3';
|
||||
ALTER EXTENSION citus UPDATE TO '8.2-4';
|
||||
ALTER EXTENSION citus UPDATE TO '8.3-1';
|
||||
- show running version
|
||||
-- show running version
|
||||
SHOW citus.version;
|
||||
citus.version
|
||||
---------------
|
||||
|
|
Loading…
Reference in New Issue