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

Commitcf4d67e

Browse files
committed
Exclude access/rmgrlist.h from cpluspluscheck
It is not meant to be included standalone.
1 parent4760142 commitcf4d67e

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

‎src/tools/pginclude/cpluspluscheck

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,15 @@ trap 'rm -rf $tmp' 0 1 2 3 15
1414
# the relevant file anyway.
1515
# rusagestub.h is also platform-specific, and will be included by
1616
# utils/pg_rusage.h if necessary.
17+
# access/rmgrlist.h is not meant to be included standalone.
1718
# regex/regerrs.h is not meant to be included standalone.
1819
# parser/gram.h will be included by parser/gramparse.h.
1920
# parser/kwlist.h is not meant to be included standalone.
2021

2122
forfin`find src/include src/interfaces/libpq/libpq-fe.h src/interfaces/libpq/libpq-events.h -name'*.h' -print| \
2223
grep -v -e ^src/include/port/ \
2324
-e ^src/include/rusagestub.h -e ^src/include/regex/regerrs.h \
25+
-e ^src/include/access/rmgrlist.h \
2426
-e ^src/include/parser/gram.h -e ^src/include/parser/kwlist.h`
2527
do
2628
{

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp