mirror of
https://github.com/postgres/postgres.git
synced 2025-07-03 20:02:46 +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:
@ -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>
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user