mirror of
https://github.com/postgres/postgres.git
synced 2026-04-28 17:49:35 -04:00
We weren't exercising the session_preload_libraries option in any meaningful way. auto_explain is a good testbed for doing so, since it's one of the primary use-cases for session_preload_libraries. Hence, adjust its TAP test to load the library via session_preload_libraries not shared_preload_libraries. While at it, feed test-specific settings to the backend via PGOPTIONS rather than tediously rewriting postgresql.conf. Also, since auto_explain has some PGC_SUSET parameters, we can use it to provide a test case for the permissions-checking bug just fixed by commit |
||
|---|---|---|
| .. | ||
| t | ||
| .gitignore | ||
| auto_explain.c | ||
| Makefile | ||