Skip to content

Commit 574dbf7

Browse files
committed
Put the sql folder in one file
Yeah its big and cubersome, but its still easier than the divide it currently has
1 parent ef65740 commit 574dbf7

21 files changed

+6776
-6781
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build.sh
55
.deps
66
.DS_Store
77
.vscode
8-
postgraph--*.sql
8+
99
src/backend/parser/temp_rules
1010
src/backend/parser/temp.text
1111
src/backend/parser/tmp_postgres

Makefile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ PG_LIBS += -ltree
9090

9191
all: postgraph--0.1.0.sql
9292

93-
postgraph--0.1.0.sql: sql/postgraph.sql.in sql/postgraph-graphid.sql.in sql/postgraph-gtype.sql.in sql/postgraph-edge.sql.in sql/postgraph-vertex.sql.in sql/postgraph-variable_edge.sql.in sql/postgraph-traversal.sql.in sql/postgraph-typecasting.sql.in sql/postgraph-gtype-lists.sql.in sql/postgraph-string-functions.sql.in sql/postgraph-number-functions.sql.in sql/postgraph-temporal.sql.in sql/postgraph-network.sql.in sql/postgraph-tsearch.sql.in sql/postgraph-range.sql.in sql/postgraph-geometric.sql.in sql/postgraph-postgis.sql.in sql/postgraph-aggregation.sql.in
94-
cat $^ > $@
9593
ag_regress_dir = $(srcdir)/regress
9694
REGRESS_OPTS = --load-extension=postgis --load-extension=ltree --load-extension=postgraph --inputdir=$(ag_regress_dir) --outputdir=$(ag_regress_dir) --temp-instance=$(ag_regress_dir)/instance --port=61958 --encoding=UTF-8
9795

0 commit comments

Comments
 (0)