mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 17:32:56 +00:00
## Problem Do not allow new installation of deprecated `hnsw` extension. The same approach as in https://github.com/neondatabase/neon/pull/5345 ## Summary of changes - Remove `trusted = true` from `hnsw.control` - Remove `hnsw` related targets from Makefile
5 lines
139 B
Plaintext
5 lines
139 B
Plaintext
comment = '** Deprecated ** Please use pg_embedding instead'
|
|
default_version = '0.1.0'
|
|
module_pathname = '$libdir/hnsw'
|
|
relocatable = true
|