Thanks to visit codestin.com Credit goes to github.com
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 b43ebe5 commit 10157d4Copy full SHA for 10157d4
src/tools/pginclude/pgrminclude
@@ -1,7 +1,7 @@
1
:
2
# remove extra #include's
3
4
-# $PostgreSQL: pgsql/src/tools/pginclude/pgrminclude,v 1.14 2006/07/13 16:39:20 momjian Exp $
+# $PostgreSQL: pgsql/src/tools/pginclude/pgrminclude,v 1.15 2006/07/13 18:25:09 momjian Exp $
5
6
trap "rm -f /tmp/$$.c /tmp/$$.o /tmp/$$ /tmp/$$a /tmp/$$b" 0 1 2 3 15
7
find . \( -name CVS -a -prune \) -o -type f -name '*.[ch]' -print |
@@ -26,6 +26,7 @@ do
26
27
[ -s /usr/include/$INCLUDE ] && continue
28
[ "$INCLUDE" = postgres.h ] && continue
29
+ [ "$INCLUDE" = postgres_fe.h ] && continue
30
[ "$INCLUDE" = config.h ] && continue
31
[ "$INCLUDE" = c.h ] && continue
32
0 commit comments