We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4cbe579 commit cec2754Copy full SHA for cec2754
src/tools/pginclude/cpluspluscheck
@@ -172,6 +172,8 @@ do
172
EXTRAINCLUDES="$python_includespec" ;;
173
src/interfaces/ecpg/*)
174
EXTRAINCLUDES="-I $builddir/src/interfaces/ecpg/include -I $srcdir/src/interfaces/ecpg/include" ;;
175
+ src/backend/utils/adt/*)
176
+ EXTRAINCLUDES="-I $builddir/src/backend/utils/adt/" ;;
177
*)
178
EXTRAINCLUDES="" ;;
179
esac
0 commit comments