Skip to content

Commit de199db

Browse files
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

File tree

‎patches/pgserver/0.1.4/0002-Do-not-pass-march-native-to-the-pgvector-build.patch‎

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ that reject -march=native. pgvector still gets the auto-vectorization
2121
flags (-ftree-vectorize etc.) at the baseline rv64gc ISA; only the
2222
native/RVV-specific tuning is dropped.
2323

24-
Upstream-Status: Inappropriate [riscv64/CI-infra-specific override of
25-
a downstream build script; pgvector's own -march=native default is
26-
correct for every architecture it targets]
24+
Upstream-Status: Inappropriate [riscv64/CI-infra-specific override of a downstream build script; pgvector's own -march=native default is correct for every architecture it targets]
2725
---
2826
pgbuild/Makefile | 4 ++--
2927
1 file changed, 2 insertions(+), 2 deletions(-)

0 commit comments

Comments
 (0)