1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00

Adjust v12 release notes for reversion of log_statement_sample_rate.

Necessary, not optional, because dangling link prevents relnotes from
building.
This commit is contained in:
Tom Lane
2019-08-04 18:11:22 -04:00
parent d5f53a8e26
commit 2c133db2b4

View File

@ -1133,20 +1133,17 @@ Author: Thomas Munro <tmunro@postgresql.org>
<listitem> <listitem>
<!-- <!--
Author: Alvaro Herrera <alvherre@alvh.no-ip.org> 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 2019-04-03 [799e22034] Log all statements from a sample of transactions
--> -->
<para> <para>
Allow logging of only a percentage of statements and transactions Allow logging of statements from only a percentage of transactions
meeting <xref linkend="guc-log-min-duration-statement"/> criteria
(Adrien Nayrat) (Adrien Nayrat)
</para> </para>
<para> <para>
The parameters <xref linkend="guc-log-statement-sample-rate"/> The parameter <xref linkend="guc-log-transaction-sample-rate"/>
and <xref linkend="guc-log-transaction-sample-rate"/> control this. controls this.
</para> </para>
</listitem> </listitem>