Movatterモバイル変換


[0]ホーム

URL:


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

Sign up
Appearance settings

Commit1ddbfa1

Browse files
committed
Move pgrminclude debug code to be more effective.
1 parent108fe52 commit1ddbfa1

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

‎src/tools/pginclude/pgrminclude

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
:
22
# remove extra #include's
33

4-
# $PostgreSQL: pgsql/src/tools/pginclude/pgrminclude,v 1.7 2006/07/11 19:30:05 momjian Exp $
4+
# $PostgreSQL: pgsql/src/tools/pginclude/pgrminclude,v 1.8 2006/07/11 19:31:29 momjian Exp $
55

66
trap "rm -f /tmp/$$.c /tmp/$$.o /tmp/$$ /tmp/$$a /tmp/$$b" 0 1 2 3 15
77
find . \( -name CVS -a -prune \) -o -type f -name '*.[ch]' -print |
@@ -64,10 +64,10 @@ do
6464
thengrep -v '^#include[ ][ ]*[<"]'"$INCLUDE"'[>"]' "$FILE" >/tmp/$$b
6565
mv /tmp/$$b "$FILE"
6666
fi
67-
if [ "$1" = "-v" ]
68-
thencat /tmp/$$
69-
cat /tmp/$$.c
70-
fi
67+
fi
68+
if [ "$1" = "-v" ]
69+
thencat /tmp/$$
70+
cat /tmp/$$.c
7171
fi
7272
done
7373
done

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp