Commit de199db
committed
fix: put the pgvector patch's Upstream-Status comment on one line
check_patch.py only reads the first line after "Upstream-Status:"
(the regex uses MULTILINE, not DOTALL), so the wrapped two-line
`Inappropriate [...]` bracket comment in
0002-Do-not-pass-march-native-to-the-pgvector-build.patch failed the
check_patches CI job. Collapse it to one line; no functional change.1 parent e91027a commit de199db
1 file changed
Lines changed: 1 addition & 3 deletions
Lines changed: 1 addition & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
| 24 | + | |
27 | 25 | | |
28 | 26 | | |
29 | 27 | | |
| |||
0 commit comments