Skip to content

Commit

Permalink
Converted SQL mail into multiple files.
Browse files Browse the repository at this point in the history
  • Loading branch information
muhammadshoaib committed Oct 20, 2023
1 parent 7badd3f commit 53e9595
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,6 @@ EXTENSION = age

SQLS = $(wildcard sql/*.sql)

age--1.4.0.sql:
@cat $(SQLS) > $@


DATA = age--1.4.0.sql

# sorted in dependency order
Expand Down Expand Up @@ -140,6 +136,9 @@ src/backend/parser/cypher_gram.c: BISONFLAGS += --defines=src/include/parser/cyp
src/backend/parser/cypher_parser.o: src/backend/parser/cypher_gram.c
src/backend/parser/cypher_keywords.o: src/backend/parser/cypher_gram.c

age--1.4.0.sql:
@cat $(SQLS) > $@

src/backend/parser/ag_scanner.c: FLEX_NO_BACKUP=yes

installcheck: export LC_COLLATE=C

0 comments on commit 53e9595

Please sign in to comment.