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

Commitaa663d3

Browse files
committed
Skip SectionMemoryManager.h in cpluspluscheck.
Commit9044fc1 skipped SectionMemoryManager.h in headerscheck, andby extension also cpluspluscheck, because it's C++ and would fail bothtests. That worked in master and REL_17_STABLE due to7b8e2ae, butolder branches have a separate cpluspluscheck script. We need to copythe filtering rule into there too.This problem was being reported by CI's CompilerWarnings task in the 15and 16 branches, but was a victim of alert fatigue syndrome (unrelatedproblems in the back-branches).Fix 16, and back-patch to 13, as those are the live branches that have aseparate cpluspluscheck script.
1 parent24da0e7 commitaa663d3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎src/tools/pginclude/cpluspluscheck

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,9 @@ do
124124
test"$f" = src/pl/plpgsql/src/pl_gram.h&&continue
125125
test"$f" = src/interfaces/ecpg/preproc/preproc.h&&continue
126126

127+
# SectionMemoryManager.h is C++
128+
test"$f" = src/include/jit/SectionMemoryManager.h&&continue
129+
127130
# ppport.h is not under our control, so we can't make it standalone.
128131
test"$f" = src/pl/plperl/ppport.h&&continue
129132

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp