Content-Length: 284035 | pFad | http://github.com/postgrespro/postgres/commit/b0526d271d16d54064666d30bbfa53d4f335c66d

5F Fix failure to build gramparse.h standalone in vpath builds · postgrespro/postgres@b0526d2 · GitHub
Skip to content

Commit b0526d2

Browse files
committed
Fix failure to build gramparse.h standalone in vpath builds
Add include directory in a similar fashion as 829906f. Per buildfarm animal crake
1 parent b447d60 commit b0526d2

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/tools/pginclude/cpluspluscheck

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,8 @@ do
171171
EXTRAINCLUDES="$python_includespec" ;;
172172
src/interfaces/ecpg/*)
173173
EXTRAINCLUDES="-I $builddir/src/interfaces/ecpg/include -I $srcdir/src/interfaces/ecpg/include" ;;
174+
src/backend/parser/*)
175+
EXTRAINCLUDES="-I $builddir/src/backend/parser/" ;;
174176
src/backend/utils/adt/*)
175177
EXTRAINCLUDES="-I $builddir/src/backend/utils/adt/" ;;
176178
*)

src/tools/pginclude/headerscheck

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,8 @@ do
154154
EXTRAINCLUDES="$python_includespec" ;;
155155
src/interfaces/ecpg/*)
156156
EXTRAINCLUDES="-I $builddir/src/interfaces/ecpg/include -I $srcdir/src/interfaces/ecpg/include" ;;
157+
src/backend/parser/*)
158+
EXTRAINCLUDES="-I $builddir/src/backend/parser/" ;;
157159
src/backend/utils/adt/*)
158160
EXTRAINCLUDES="-I $builddir/src/backend/utils/adt/" ;;
159161
*)

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/postgrespro/postgres/commit/b0526d271d16d54064666d30bbfa53d4f335c66d

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy