Enable stats statements temporarily on Postgres
All checks were successful
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (pull_request) Successful in 11m55s
Check Nix flake / Build nix outputs (ubuntu-latest) (pull_request) Successful in 22m46s

this is due to the below fix failing

https://github.com/NuschtOS/nixos-modules/pull/234
This commit is contained in:
ahuston-0 2025-03-18 21:42:33 -04:00
parent e14a004180
commit 9b42a703d2
No known key found for this signature in database
GPG Key ID: 47940175096C1330

View File

@ -19,6 +19,8 @@ in
enable = true; enable = true;
enableJIT = true; enableJIT = true;
package = pkgs.postgresql_16; package = pkgs.postgresql_16;
enableAllPreloadedLibraries = true;
configurePgStatStatements = true;
identMap = '' identMap = ''
# ArbitraryMapName systemUser DBUser # ArbitraryMapName systemUser DBUser
superuser_map root postgres superuser_map root postgres