mirror of https://github.com/citusdata/citus.git
Fix default_version in citus.control file (#2840)
parent
e3ab6388c1
commit
0bdec52761
|
@ -1,6 +1,6 @@
|
||||||
# Citus extension
|
# Citus extension
|
||||||
comment = 'Citus distributed database'
|
comment = 'Citus distributed database'
|
||||||
default_version = '8.2-4'
|
default_version = '8.4-1'
|
||||||
module_pathname = '$libdir/citus'
|
module_pathname = '$libdir/citus'
|
||||||
relocatable = false
|
relocatable = false
|
||||||
schema = pg_catalog
|
schema = pg_catalog
|
||||||
|
|
Loading…
Reference in New Issue