Skip to content

Commit bf5b91e

Browse files
authored
postgresqlPackages.cstore_fdw: remove broken extension (#487248)
2 parents 6fb53f7 + 9bfb4a5 commit bf5b91e

2 files changed

Lines changed: 1 addition & 31 deletions

File tree

pkgs/servers/sql/postgresql/ext.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ in
2121
pltcl = throw "PostgreSQL extension `pltcl` is not available, because `postgresql` was built without Tcl support. Override with `tclSupport = true` to enable the extension.";
2222
}
2323
// lib.optionalAttrs config.allowAliases {
24+
cstore_fdw = throw "PostgreSQL extension `cstore_fdw` has been removed due to being broken for more than a year; see RFC 180"; # Added 2026-02-05
2425
pg_embedding = throw "PostgreSQL extension `pg_embedding` has been removed since the project has been abandoned. Upstream's recommendation is to use pgvector instead (https://neon.tech/docs/extensions/pg_embedding#migrate-from-pg_embedding-to-pgvector)";
2526
}

pkgs/servers/sql/postgresql/ext/cstore_fdw.nix

Lines changed: 0 additions & 31 deletions
This file was deleted.

0 commit comments

Comments
 (0)