We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2666a6d commit 9ac749cCopy full SHA for 9ac749c
src/tools/pginclude/cpluspluscheck
@@ -25,7 +25,7 @@ for f in `find src/include src/interfaces/libpq/libpq-fe.h src/interfaces/libpq/
25
do
26
{
27
echo ' extern "C" {'
28
- echo '#include "postgres.h"'
+ test $f != "src/include/postgres_fe.h" && echo '#include "postgres.h"'
29
echo "#include \"$f\""
30
echo '};'
31
} >$tmp/test.cpp
0 commit comments