Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 829906f

Browse filesBrowse files
committed
Fix headerscheck in vpath builds
Oversight in dac048f per buildfarm animal crake. Fix per suggestion from Andrew Dunstan. Discussion: https://www.postgresql.org/message-id/e3f4a3d0-dfcc-41cc-1ed2-acc15700ddef%40dunslane.net
1 parent eac76cc commit 829906f
Copy full SHA for 829906f

File tree

Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-0
lines changed

‎src/tools/pginclude/headerscheck

Copy file name to clipboardExpand all lines: src/tools/pginclude/headerscheck
+2Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -155,6 +155,8 @@ do
155155
EXTRAINCLUDES="$python_includespec" ;;
156156
src/interfaces/ecpg/*)
157157
EXTRAINCLUDES="-I $builddir/src/interfaces/ecpg/include -I $srcdir/src/interfaces/ecpg/include" ;;
158+
src/backend/utils/adt/*)
159+
EXTRAINCLUDES="-I $builddir/src/backend/utils/adt/" ;;
158160
*)
159161
EXTRAINCLUDES="" ;;
160162
esac

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.