mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
Before this change, we would return:
- The postgresql derivation itself from `postgresql.withoutJIT`,
- A wrapper without any extensions at all, from
`postgresql_jit.withoutJIT`.
This changes makes it that every call to `.withJIT` and `.withoutJIT`
returns a wrapper and never the base derivation. More consistent and
easier to reason about.
(cherry picked from commit
|
||
|---|---|---|
| .. | ||
| ext | ||
| patches | ||
| 14.nix | ||
| 15.nix | ||
| 16.nix | ||
| 17.nix | ||
| 18.nix | ||
| default.nix | ||
| ext.nix | ||
| generic.nix | ||
| libpq.nix | ||
| pg_config.env.mk | ||
| pg_config.nix | ||
| pg_config.sh | ||
| postgresqlBuildExtension.nix | ||
| postgresqlTestExtension.nix | ||