Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 32c34aa

Browse files
committed
Update release notes for 8.3.5, 8.2.11, and 8.1.15 to mention the need
to reindex GiST indexes: If you were running a previous 8.X.X release, REINDEX all GiST indexes after the upgrade.
1 parent 9bdf216 commit 32c34aa

File tree

1 file changed

+8
-4
lines changed

1 file changed

+8
-4
lines changed

doc/src/sgml/release.sgml

Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.587 2008/10/30 22:22:24 tgl Exp $ -->
1+
<!-- $PostgreSQL: pgsql/doc/src/sgml/release.sgml,v 1.588 2009/01/09 01:47:02 momjian Exp $ -->
22
<!--
33

44
Typical markup:
@@ -83,7 +83,9 @@ do it for earlier branch release files.
8383
<para>
8484
A dump/restore is not required for those running 8.3.X.
8585
However, if you are upgrading from a version earlier than 8.3.1,
86-
see the release notes for 8.3.1.
86+
see the release notes for 8.3.1. If you were running a previous
87+
8.3.X release, REINDEX all GiST indexes after the upgrade.
88+
8789
</para>
8890

8991
</sect2>
@@ -4042,7 +4044,8 @@ current_date &lt; 2017-11-17
40424044
<para>
40434045
A dump/restore is not required for those running 8.2.X.
40444046
However, if you are upgrading from a version earlier than 8.2.7,
4045-
see the release notes for 8.2.7.
4047+
see the release notes for 8.2.7. If you were running a previous
4048+
8.2.X release, REINDEX all GiST indexes after the upgrade.
40464049
</para>
40474050

40484051
</sect2>
@@ -8494,7 +8497,8 @@ current_date &lt; 2017-11-17
84948497
<para>
84958498
A dump/restore is not required for those running 8.1.X.
84968499
However, if you are upgrading from a version earlier than 8.1.2,
8497-
see the release notes for 8.1.2.
8500+
see the release notes for 8.1.2. If you were running a previous
8501+
8.1.X release, REINDEX all GiST indexes after the upgrade.
84988502
</para>
84998503

85008504
</sect2>

0 commit comments

Comments
 (0)