Skip to content
Snippets Groups Projects
Commit 9d42df74 authored by Tom Lane's avatar Tom Lane
Browse files

Doc: update v12 release notes.

Set the release date, make a few adjustments for recent commits.
parent 4af2ac3d
No related branches found
No related tags found
No related merge requests found
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
<formalpara> <formalpara>
<title>Release date:</title> <title>Release date:</title>
<para>2019-??-??, CURRENT AS OF 2019-09-21</para> <para>2019-10-03</para>
</formalpara> </formalpara>
<sect2> <sect2>
...@@ -1216,16 +1216,18 @@ Author: Tom Lane <tgl@sss.pgh.pa.us> ...@@ -1216,16 +1216,18 @@ Author: Tom Lane <tgl@sss.pgh.pa.us>
<!-- <!--
Author: Tom Lane <tgl@sss.pgh.pa.us> Author: Tom Lane <tgl@sss.pgh.pa.us>
2018-07-11 [39a96512b] Mark built-in btree comparison functions as leakproof wh 2018-07-11 [39a96512b] Mark built-in btree comparison functions as leakproof wh
2019-09-21 [d9110d7e1] Straighten out leakproofness markings on text comparison
--> -->
<para> <para>
Fix the leakproofness designations of some btree comparison support Fix the leakproofness designations of some btree comparison operators
functions (Tom Lane) and support functions (Tom Lane)
</para> </para>
<para> <para>
This allows some optimizations that previously would not have been This allows some optimizations that previously would not have been
applied. applied in the presence of security barrier views or row-level
security.
</para> </para>
</listitem> </listitem>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment