10000
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 ec3efa2 commit 94a61efCopy full SHA for 94a61ef
src/tools/pginclude/pgcompinclude
@@ -1,10 +1,10 @@
1
:
2
# report which #include files can not compile on their own
3
# takes -v option to display compile failure message and line numbers
4
-# $PostgreSQL: pgsql/src/tools/pginclude/pgcompinclude,v 1.2 2006/03/11 04:38:42 momjian Exp $
+# $PostgreSQL: pgsql/src/tools/pginclude/pgcompinclude,v 1.3 2006/07/10 17:08:38 momjian Exp $
5
6
trap "rm -f /tmp/$$.c /tmp/$$.o /tmp/$$ /tmp/$$a" 0 1 2 3 15
7
-find . \( -name CVS -a -prune \) -o -name '*. 4C50 [ch]' -type f -print | while read FILE
+find . \( -name CVS -a -prune \) -o -name '*.h' -type f -print | while read FILE
8
do
9
sed 's/->[a-zA-Z0-9_\.]*//g' "$FILE" >/tmp/$$a
10
echo "#include \"postgres.h\"" >/tmp/$$.c
0 commit comments