projects
/
users
/
rhaas
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
eac76cc
)
Fix headerscheck in vpath builds
author
John Naylor
<
[email protected]
>
Tue, 6 Sep 2022 05:46:41 +0000
(12:46 +0700)
committer
John Naylor
<
[email protected]
>
Tue, 6 Sep 2022 05:49:26 +0000
(12:49 +0700)
Oversight in
dac048f71e
per buildfarm animal crake.
Fix per suggestion from Andrew Dunstan.
Discussion: https://www.postgresql.org/message-id/
e3f4a3d0
-dfcc-41cc-1ed2-
acc15700ddef
%40dunslane.net
src/tools/pginclude/headerscheck
patch
|
blob
|
blame
|
history
diff --git
a/src/tools/pginclude/headerscheck
b/src/tools/pginclude/headerscheck
index 2a88bd9f00e77ed13ea2e0f0b98a24076bf8c094..158c99d6afcf5647a001d7eec710c5327668474e 100755
(executable)
--- a/
src/tools/pginclude/headerscheck
+++ b/
src/tools/pginclude/headerscheck
@@
-155,6
+155,8
@@
do
EXTRAINCLUDES="$python_includespec" ;;
src/interfaces/ecpg/*)
EXTRAINCLUDES="-I $builddir/src/interfaces/ecpg/include -I $srcdir/src/interfaces/ecpg/include" ;;
+ src/backend/utils/adt/*)
+ EXTRAINCLUDES="-I $builddir/src/backend/utils/adt/" ;;
*)
EXTRAINCLUDES="" ;;
esac