Commit graph

3 commits

Author SHA1 Message Date
Wolfgang Walther
065fefd975
postgresqlTestHook: shutdown on failure
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-05-11 10:44:20 +02:00
Wolfgang Walther
8d2b8de0a1
postgresqlPackages: add "asserts" option to postgresqlTestExtension 2025-04-21 12:34:43 +02:00
Wolfgang Walther
259b4ff913
postgresql: split postgresqlTestExtension into separate file 2025-03-18 18:17:25 +01:00