Skip to content

Commit

Permalink
Remove obsolete hnsw extension (#8008)
Browse files Browse the repository at this point in the history
This has been deprecated and disabled for new installations for a long
time. Let's remove it for good.
  • Loading branch information
hlinnaka authored Jan 11, 2025
1 parent 70a3bf3 commit 846e8fd
Show file tree
Hide file tree
Showing 11 changed files with 0 additions and 1,192 deletions.
14 changes: 0 additions & 14 deletions compute/compute-node.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -1258,20 +1258,6 @@ RUN make -j $(getconf _NPROCESSORS_ONLN) \
make -j $(getconf _NPROCESSORS_ONLN) \
PG_CONFIG=/usr/local/pgsql/bin/pg_config \
-C pgxn/neon_rmgr \
-s install && \
case "${PG_VERSION}" in \
"v14" | "v15") \
;; \
"v16" | "v17") \
echo "Skipping HNSW for PostgreSQL ${PG_VERSION}" && exit 0 \
;; \
*) \
echo "unexpected PostgreSQL version" && exit 1 \
;; \
esac && \
make -j $(getconf _NPROCESSORS_ONLN) \
PG_CONFIG=/usr/local/pgsql/bin/pg_config \
-C pgxn/hnsw \
-s install

#########################################################################################
Expand Down
26 changes: 0 additions & 26 deletions pgxn/hnsw/Makefile

This file was deleted.

25 changes: 0 additions & 25 deletions pgxn/hnsw/README.md

This file was deleted.

29 changes: 0 additions & 29 deletions pgxn/hnsw/hnsw--0.1.0.sql

This file was deleted.

Loading

1 comment on commit 846e8fd

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

7433 tests run: 7058 passed, 1 failed, 374 skipped (full report)


Failures on Postgres 16

  • test_storage_controller_many_tenants[github-actions-selfhosted]: release-x86-64
# Run all failed tests locally:
scripts/pytest -vv -n $(nproc) -k "test_storage_controller_many_tenants[release-pg16-github-actions-selfhosted]"
Flaky tests (2)

Postgres 17

Postgres 15

Code coverage* (full report)

  • functions: 32.7% (8050 of 24640 functions)
  • lines: 47.7% (66840 of 140041 lines)

* collected from Rust tests only


The comment gets automatically updated with the latest test results
846e8fd at 2025-01-11T16:44:11.573Z :recycle:

Please sign in to comment.