From 2c133db2b42029a7df7d5d6cde48a898c6ca3ef0 Mon Sep 17 00:00:00 2001
From: Tom Lane <tgl@sss.pgh.pa.us>
Date: Sun, 4 Aug 2019 18:11:22 -0400
Subject: [PATCH] Adjust v12 release notes for reversion of
 log_statement_sample_rate.

Necessary, not optional, because dangling link prevents relnotes from
building.
---
 doc/src/sgml/release-12.sgml | 9 +++------
 1 file changed, 3 insertions(+), 6 deletions(-)

diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml
index f51a7c3a547..48271457471 100644
--- a/doc/src/sgml/release-12.sgml
+++ b/doc/src/sgml/release-12.sgml
@@ -1133,20 +1133,17 @@ Author: Thomas Munro <tmunro@postgresql.org>
       <listitem>
 <!--
 Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
-2018-11-29 [88bdbd3f7] Add log_statement_sample_rate parameter
-Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
 2019-04-03 [799e22034] Log all statements from a sample of transactions
 -->
 
        <para>
-        Allow logging of only a percentage of statements and transactions
-        meeting <xref linkend="guc-log-min-duration-statement"/> criteria
+        Allow logging of statements from only a percentage of transactions
         (Adrien Nayrat)
        </para>
 
        <para>
-        The parameters <xref linkend="guc-log-statement-sample-rate"/>
-        and <xref linkend="guc-log-transaction-sample-rate"/> control this.
+        The parameter <xref linkend="guc-log-transaction-sample-rate"/>
+        controls this.
        </para>
       </listitem>
 
-- 
GitLab