We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent1171dbd commitfefb6a7Copy full SHA for fefb6a7
doc/src/sgml/release-12.sgml
@@ -253,6 +253,10 @@ Previously, <command>\pset format a</command> chose <literal>aligned</literal>;
253
</listitem>
254
255
<listitem>
256
+<!--
257
+This is caused by adding the tid to the btree entry, as listed later.
258
+-->
259
+
260
<para>
261
The maximum btree index length is now reduced by eight bytes; a <xref linkend="sql-reindex"/> operation could potentially fail.
262
</para>
@@ -2608,7 +2612,7 @@ Author: Andres Freund <andres@anarazel.de>
2608
2612
-->
2609
2613
2610
2614
2611
-Require a C99-supported compiler, and <acronym>MSCV</acronym> 2013 or later on <productname>Windows</productname> (Andres Freund)
2615
+Require a C99-supported compiler, and <acronym>MSVC</acronym> 2013 or later on <productname>Windows</productname> (Andres Freund)
2616
2617
2618