diff options
author | Bruce Momjian <bruce@momjian.us> | 2019-05-12 23:24:43 -0400 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 2019-05-12 23:24:43 -0400 |
commit | fefb6a75386b72a40f697523953eafc7cb1c7a5b (patch) | |
tree | 82c6978c569fc4b1a9333f15a567d171395035da /doc/src | |
parent | 1171dbde2daef8f0dcd1dc1e54531a0d8dd34d88 (diff) |
docs: fix typo in mention of MSVC
Diffstat (limited to 'doc/src')
-rw-r--r-- | doc/src/sgml/release-12.sgml | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/src/sgml/release-12.sgml b/doc/src/sgml/release-12.sgml index 5f5d1da33d2..e3f8741f1db 100644 --- a/doc/src/sgml/release-12.sgml +++ b/doc/src/sgml/release-12.sgml @@ -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> |