]> granicus.if.org Git - postgresql/commitdiff
docs: fix typo in mention of MSVC
authorBruce Momjian <bruce@momjian.us>
Mon, 13 May 2019 03:24:43 +0000 (23:24 -0400)
committerBruce Momjian <bruce@momjian.us>
Mon, 13 May 2019 03:24:43 +0000 (23:24 -0400)
doc/src/sgml/release-12.sgml

index 5f5d1da33d277e1dcd5e8bfbeee5d8371682ad65..e3f8741f1dbb24364016b02ee70fc93f76aab35e 100644 (file)
@@ -253,6 +253,10 @@ Previously, <command>\pset format a</command> chose <literal>aligned</literal>;
 </listitem>
 
 <listitem>
+<!--
+This is caused by adding the tid to the btree entry, as listed later.
+-->
+
 <para>
 The maximum btree index length is now reduced by eight bytes;  a <xref linkend="sql-reindex"/> operation could potentially fail.
 </para>
@@ -2608,7 +2612,7 @@ Author: Andres Freund <andres@anarazel.de>
 -->
 
 <para>
-Require a C99-supported compiler, and <acronym>MSCV</acronym> 2013 or later on <productname>Windows</productname> (Andres Freund)
+Require a C99-supported compiler, and <acronym>MSVC</acronym> 2013 or later on <productname>Windows</productname> (Andres Freund)
 </para>
 </listitem>