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

Commit10157d4

Browse files
committed
Skip stripping postgres_fe.h include file.
1 parentb43ebe5 commit10157d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/tools/pginclude/pgrminclude

Lines changed: 2 additions & 1 deletion
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.14 2006/07/1316:39:20 momjian Exp $
4+
# $PostgreSQL: pgsql/src/tools/pginclude/pgrminclude,v 1.15 2006/07/1318:25:09 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 |
@@ -26,6 +26,7 @@ do
2626

2727
[ -s /usr/include/$INCLUDE ] && continue
2828
[ "$INCLUDE" = postgres.h ] && continue
29+
[ "$INCLUDE" = postgres_fe.h ] && continue
2930
[ "$INCLUDE" = config.h ] && continue
3031
[ "$INCLUDE" = c.h ] && continue
3132

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp