nixpkgs/pkgs/servers/sql
Wolfgang Walther 26830a86ca postgresql: return wrapper from withoutJIT passthru
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 5cf857ed82)
2026-07-02 10:32:33 +00:00
..
mariadb mariadb_118: 11.8.5 -> 11.8.8 2026-06-23 18:02:18 +00:00
mssql/jdbc mssql_jdbc: 13.2.1 -> 13.4.0 2026-03-16 07:43:31 +00:00
percona-server percona-server_8_0: drop as it's EOL soon 2026-04-20 16:26:13 +02:00
postgresql postgresql: return wrapper from withoutJIT passthru 2026-07-02 10:32:33 +00:00