diff options
author | Bruce Momjian | 2024-06-20 23:53:01 +0000 |
---|---|---|
committer | Bruce Momjian | 2024-06-20 23:53:01 +0000 |
commit | 95cabf542f04b634303f899600ea62fb256a08c2 (patch) | |
tree | da29f4b21ff80c5f2465edfc22ecc1599a259058 | |
parent | e6d0d16adf7fb7e715314d5068db4b875c3edf00 (diff) |
doc PG 17 relnotes: remove mention of undocumented GUC
GUC is trace_connection_negotiation. If it is undocumented, we should
not mention it in the release notes.
Backpatch-through: master
-rw-r--r-- | doc/src/sgml/release-17.sgml | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/doc/src/sgml/release-17.sgml b/doc/src/sgml/release-17.sgml index e5955ffca7c..cd4658e26f9 100644 --- a/doc/src/sgml/release-17.sgml +++ b/doc/src/sgml/release-17.sgml @@ -828,21 +828,6 @@ Author: Masahiko Sawada <msawada@postgresql.org> </para> </listitem> -<!-- -Author: Heikki Linnakangas <heikki.linnakangas@iki.fi> -2024-04-08 [705843d29] Enhance libpq encryption negotiation tests with new GUC -Author: Heikki Linnakangas <heikki.linnakangas@iki.fi> -2024-04-08 [3dbd2ff78] Adjust wording of trace_connection_negotiation GUC's des ---> - - <listitem> - <para> - Add undocumented server variable - <literal>trace_connection_negotiation</literal> to allow debugging - of connection encryption (Heikki Linnakangas, Kyotaro Horiguchi) - </para> - </listitem> - </itemizedlist> </sect4> |