Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

5 changes: 0 additions & 5 deletions pkgs/servers/sql/postgresql/ext/vectorchord/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,6 @@ buildPgrxExtension (finalAttrs: {
})
# Add feature flags needed for features not yet stabilised in rustc stable
./0002-add-feature-flags.diff
# The select_predictable function has been moved from std::bool to std::hint before it has been stabilized.
# This move isn't present in rustc 1.87, but upstream is using nightly so they have already updated their code.
# This patch changes the code to use the function on std::bool instead.
# See https://github.com/rust-lang/rust/pull/139726
./0003-select_unpredictable-on-bool.diff
];

buildInputs = lib.optionals (useSystemJemalloc) [
Expand Down
Loading