summaryrefslogtreecommitdiff
path: root/pkgs/servers/sql/postgresql/postgresqlTestExtension.nix
AgeCommit message (Collapse)Author
2026-05-01postgresqlTestExtension: use __structuredAttrs instead of passAsFileStefan Frijters
2025-05-11postgresqlTestHook: shutdown on failureWolfgang Walther
Previously, the user of postgresqlTestHook would have needed to set failureHook accordingly. However, this was not a clean solution, because postgresqlStop would also run for configure or build failures, before the server was even started. This gave odd errors from a failed shutdown in the log. Now postgresqlStop is only called when it makes sense - and whenever postgresqlTestHook is used.
2025-04-21postgresqlPackages: add "asserts" option to postgresqlTestExtensionWolfgang Walther
2025-03-18postgresql: split postgresqlTestExtension into separate fileWolfgang Walther