Compare commits

..

2 Commits

Author SHA1 Message Date
01834b7029 Merge pull request 'Revert "Enable stats statements temporarily on Postgres"' (#49) from feature/revert-46 into main
Some checks failed
Check flake.lock / Check health of `flake.lock` (push) Successful in 10s
Check Nix formatting / Perform Nix format checks (push) Successful in 2m41s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (push) Successful in 10m28s
Check Nix flake / Build nix outputs (ubuntu-latest) (push) Successful in 15m1s
Update flakes / update_lockfile (push) Failing after 16m56s
Reviewed-on: #49
2025-03-20 09:37:15 -04:00
91693e6bfa Revert "Enable stats statements temporarily on Postgres"
All checks were successful
Check flake.lock / Check health of `flake.lock` (pull_request) Successful in 16s
Check Nix formatting / Perform Nix format checks (pull_request) Successful in 2m51s
Check Nix flake / Perform Nix flake checks (ubuntu-latest) (pull_request) Successful in 12m15s
Check Nix flake / Build nix outputs (ubuntu-latest) (pull_request) Successful in 16m0s
This reverts commit 9b42a703d28cc2ebc89b9265a4f0328bd373eb20.

Closes #47
2025-03-20 09:21:09 -04:00

View File

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