Skip to content

Commit cae0434

Browse files
author
Japleen Kaur
committed
Merge remote-tracking branch 'upstream/BABEL_5_X_DEV' into xmlnamespaces-5x
2 parents f048581 + c0cdf6a commit cae0434

128 files changed

Lines changed: 18261 additions & 30089 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ contrib/babelfishpg_tsql/src/fts_scan.c
4444
contrib/babelfishpg_tsql/src/pl_gram.c
4545
contrib/babelfishpg_tsql/src/pl_gram.h
4646
contrib/babelfishpg_tsql/src/pl_gram.output
47+
contrib/babelfishpg_tsql/src/plerrcodes.h
4748

4849
# PLtsql nodes serialization - auto-generated by gen_pltsql_node_support.pl
4950
contrib/babelfishpg_tsql/src/pltsql_node/pltsql_nodetags.h

contrib/babelfishpg_common/Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,10 @@ GE91 = $(call test, $(MAJORVER), -ge, 91)
9595

9696
PGXS := $(shell $(PG_CONFIG) --pgxs)
9797

98+
# Generated files to remove on 'make clean' so they are always
99+
# regenerated with the current tool versions (flex, bison, perl).
100+
EXTRA_CLEAN += src/geo_scan.c src/geo_parser.c
101+
98102
src/geo_parser.o: src/geo_scan.c src/geo_data.h
99103
src/geo.o: src/geo_scan.c src/geo_parser.c src/geo_data.h
100104
distprep: src/geo_scan.c src/geo_parser.c

0 commit comments

Comments
 (0)