forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitaa663d3
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
1 file changed
+3
-0
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
124 | 124 |
| |
125 | 125 |
| |
126 | 126 |
| |
| 127 | + | |
| 128 | + | |
| 129 | + | |
127 | 130 |
| |
128 | 131 |
| |
129 | 132 |
| |
|
0 commit comments
Comments
(0)