nixos/postgresql: fix reference to LLVM closure size

In fact, the current difference is:
- 157M for postgresql to
- 756M for postgresql_jit

That's a difference of 589M.
This commit is contained in:
Wolfgang Walther 2025-03-23 15:04:51 +01:00
parent 89b30e5b15
commit 24775f6543
No known key found for this signature in database
GPG key ID: B39893FA5F65CAE1

View file

@ -330,7 +330,7 @@ self: super: {
## JIT (Just-In-Time compilation) {#module-services-postgres-jit}
[JIT](https://www.postgresql.org/docs/current/jit-reason.html)-support in the PostgreSQL package
is disabled by default because of the ~300MiB closure-size increase from the LLVM dependency. It
is disabled by default because of the ~600MiB closure-size increase from the LLVM dependency. It
can be optionally enabled in PostgreSQL with the following config option:
```nix