diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2019-08-04 18:11:22 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2019-08-04 18:11:22 -0400 |
commit | 2c133db2b42029a7df7d5d6cde48a898c6ca3ef0 (patch) | |
tree | 98895b3febb2257606d8ea1932f7455b9d33c03f | |
parent | d5f53a8e26caf7931db6ad3939cd34d36ea54d91 (diff) | |
download | postgresql-2c133db2b42029a7df7d5d6cde48a898c6ca3ef0.tar.gz postgresql-2c133db2b42029a7df7d5d6cde48a898c6ca3ef0.zip |
Adjust v12 release notes for reversion of log_statement_sample_rate.
Necessary, not optional, because dangling link prevents relnotes from
building.
-rw-r--r-- | doc/src/sgml/release-12.sgml | 9 |
1 files 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> |