Skip to content

Commit 4514f8a

Browse files
committed
Merger with master
2 parents 62a773c + 4de6024 commit 4514f8a

File tree

1,569 files changed

+220431
-145886
lines changed

Some content is hidden

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

1,569 files changed

+220431
-145886
lines changed

.gitattributes

-2
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ README.* conflict-marker-size=32
1313

1414
# Certain data files that contain special whitespace, and other special cases
1515
*.data -whitespace
16-
*.svg whitespace=-blank-at-eol
1716
contrib/pgcrypto/sql/pgp-armor.sql whitespace=-blank-at-eol
18-
doc/bug.template whitespace=space-before-tab,-blank-at-eof,blank-at-eol
1917
src/backend/catalog/sql_features.txt whitespace=space-before-tab,blank-at-eof,-blank-at-eol
2018

2119
# Test output files that contain extra whitespace

GNUmakefile.in

+3
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,7 @@ distcheck: dist
128128
rm -rf $(distdir) $(dummy)
129129
@echo "Distribution integrity checks out."
130130

131+
cpluspluscheck: submake-generated-headers
132+
$(top_srcdir)/src/tools/pginclude/cpluspluscheck $(top_srcdir) $(abs_top_builddir)
133+
131134
.PHONY: dist distdir distcheck docs install-docs world check-world install-world installcheck-world

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ all check install installdirs installcheck installcheck-parallel uninstall clean
3333
\
3434
if [ x"$${GMAKE+set}" = xset ]; then \
3535
echo "Using GNU make found at $${GMAKE}"; \
36-
unset MAKEFLAGS; unset MAKELEVEL; \
36+
unset MAKELEVEL; \
3737
$${GMAKE} $@ ; \
3838
else \
3939
echo "You must use GNU make to build PostgreSQL." ; \

0 commit comments

Comments
 (0)