Skip to content
Snippets Groups Projects
Commit 0e9d1e1a authored by Christoph Berg's avatar Christoph Berg :satellite:
Browse files

New upstream version 1.8.2

parent 5b57ef11
No related branches found
No related tags found
No related merge requests found
......@@ -22,8 +22,7 @@ CPPFLAGS = $(CPPFLAGS) -D$(Q3CVERSION)
PGXS := $(shell $(PG_CONFIG) --pgxs)
include $(PGXS)
PGVER := $(shell echo $(VERSION) | sed "s/^\([^\.]\+\)\..*/\1/" )
PGVERNEW := $(shell if [ $(PGVER) -ge 12 ] ; then echo N ; else echo O ; fi )
PGVERNEW := $(shell if [ $(MAJORVERSION) -ge 12 ] ; then echo N ; else echo O ; fi )
ifeq ($(PGVERNEW), N)
PG_LIBS += -L$(shell $(PG_CONFIG) --pkglibdir)
......
......@@ -7,8 +7,6 @@ Copyright (c) 2004-2019 Sergey Koposov
Email: skoposov _AT_ cmu _DOT_ edu
Idea and implementation by Sergey Koposov with help from Oleg Bartunov.
Fresh versions of the software could be obtained here: https://github.com/segasai/q3c
To read more about the Q3C indexing, you can check out the paper published in ADASS conference proceedings
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment