Re: Extended test coverage and docs for SSL passphrase commands
Álvaro Herrera <alvherre@kurilemu.de>
From: Álvaro Herrera <alvherre@kurilemu.de>
To: Daniel Gustafsson <daniel@yesql.se>
Cc: Peter Eisentraut <peter@eisentraut.org>, Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-11-22T13:00:55Z
Lists: pgsql-hackers
On 2025-Nov-21, Daniel Gustafsson wrote: > The attached v2 adds a GUC debug_exec_backend which can be used to get the > state of the running cluster, Nice idea. I think the parallel to debug_assertions is not perfect, because you can turn off debug_assertions in a server built with them included, but you cannot turn off EXEC_BACKEND. This says we shouldn't name the symbol with the DEFAULT word: it should just be "EXEC_BACKEND_ENABLED". The value already cannot be changed, which is good, and there are tests for this behavior of PGC_INTERNAL gucs in src/test/modules/unsafe_tests/sql/guc_privs.sql, so I think we don't need anything additional. -- Álvaro Herrera Breisgau, Deutschland — https://www.EnterpriseDB.com/ "Once again, thank you and all of the developers for your hard work on PostgreSQL. This is by far the most pleasant management experience of any database I've worked on." (Dan Harris) http://archives.postgresql.org/pgsql-performance/2006-04/msg00247.php
Commits
-
doc: Clarify passphrase command reloading on Windows
- cbb69a65a7d2 17.8 landed
- eb7743e3e4f5 15.16 landed
- 9a26ff8c0e99 14.21 landed
- 54ba4a66fdc4 16.12 landed
- 2f9ec456aece 18.2 landed
- 0f4f45772c5a 19 (unreleased) landed
-
ssl: Add connection and reload tests for key passphrases
- 348020caa7be 19 (unreleased) landed
-
Add GUC to show EXEC_BACKEND state
- b3fe098d330f 19 (unreleased) landed