Skip to content

Commit 2e6f9f2

Browse files
committed
Initial.
0 parents  commit 2e6f9f2

15 files changed

+7462
-0
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
*.so
2+
*.o

Makefile

Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# contrib/jsquery/Makefile
2+
3+
MODULE_big = jsquery
4+
OBJS = jsquery_io.o jsquery_gram.o jsquery_op.o jsonb_ops.o
5+
6+
EXTENSION = jsquery
7+
DATA = jsquery--1.0.sql
8+
9+
REGRESS = jsquery
10+
11+
EXTRA_CLEAN = y.tab.c y.tab.h \
12+
jsquery_gram.c jsquery_scan.c jsquery_gram.h
13+
14+
ifdef USE_PGXS
15+
PG_CONFIG = pg_config
16+
PGXS := $(shell $(PG_CONFIG) --pgxs)
17+
include $(PGXS)
18+
else
19+
subdir = contrib/jsquery
20+
top_builddir = ../..
21+
include $(top_builddir)/src/Makefile.global
22+
include $(top_srcdir)/contrib/contrib-global.mk
23+
endif
24+
25+
jsquery_gram.o: jsquery_scan.c
26+
27+
jsquery_gram.c: BISONFLAGS += -d
28+
29+
distprep: jsquery_gram.c jsquery_scan.c
30+
31+
maintainer-clean:
32+
rm -f jsquery_gram.c jsquery_scan.c jsquery_gram.h
33+

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy