about summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2023-01-25 12:01:34 +0000
committerGitHub <noreply@github.com>2023-01-25 12:01:34 +0000
commit20df8d00cc2e95ebfc7503f6cfc11ff05d0db403 (patch)
tree96a67882d22cd900e2a44e527d29538ac21b5dca /doc
parenta2f216a00334b1350df235e7c6613c6f3e9022af (diff)
parent55e19102526fba191a5aa4b8dc4529bd3af298e2 (diff)
Merge master into staging-next
Diffstat (limited to 'doc')
-rw-r--r--doc/hooks/postgresql-test-hook.section.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/hooks/postgresql-test-hook.section.md b/doc/hooks/postgresql-test-hook.section.md
index c53d841883e54..8b37ca1e4b3e7 100644
--- a/doc/hooks/postgresql-test-hook.section.md
+++ b/doc/hooks/postgresql-test-hook.section.md
@@ -46,6 +46,12 @@ Bash-only variables:
  - `postgresqlEnableTCP`: set to `1` to enable TCP listening. Flaky; not recommended.
  - `postgresqlStartCommands`: defaults to `pg_ctl start`.
 
+## Hooks {#sec-postgresqlTestHook-hooks}
+
+A number of additional hooks are ran in postgresqlTestHook
+
+ - `postgresqlTestSetupPost`: ran after postgresql has been set up.
+
 ## TCP and the Nix sandbox {#sec-postgresqlTestHook-tcp}
 
 `postgresqlEnableTCP` relies on network sandboxing, which is not available on macOS and some custom Nix installations, resulting in flaky tests.