We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29c964e commit 61ead3dCopy full SHA for 61ead3d
Makefile
@@ -2,7 +2,7 @@
2
3
MODULE_big = rum
4
EXTENSION = rum
5
-EXTVERSION = 1.3
+EXTVERSION = 1.4
6
PGFILEDESC = "RUM index access method"
7
8
OBJS = src/rumsort.o src/rum_ts_utils.o src/rumtsquery.o \
@@ -13,7 +13,7 @@ OBJS = src/rumsort.o src/rum_ts_utils.o src/rumtsquery.o \
13
14
DATA_first = rum--1.0.sql
15
DATA_updates = rum--1.0--1.1.sql rum--1.1--1.2.sql \
16
- rum--1.2--1.3.sql
+ rum--1.2--1.3.sql rum--1.3--1.4.sql
17
18
DATA = $(DATA_first) rum--$(EXTVERSION).sql $(DATA_updates)
19
0 commit comments