Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 747 Bytes

File metadata and controls

27 lines (16 loc) · 747 Bytes

Development

CI

Workflow: .github/workflows/ci.yml. Ubuntu, postgresql-server-dev-16, Go 1.26.1, plain make.

You can trigger it manually: Actions → CI → Run workflow (workflow_dispatch).

Bump PageIndex

make bridge-bump

That runs go get github.com/neurondb/pageindex@main and go mod tidy inside bridge/. After a bump, rebuild and rerun whatever integration tests you trust.

Local iteration

make clean && make

If headers move after a Postgres upgrade, wipe *.o / *.so—stale objects confuse everyone.

Editor hints

.editorconfig enforces tabs for C / Go / SQL / Makefile. .vscode/extensions.json nudges Go + C/C++ tooling—optional.