|
23 | 23 | </para>
|
24 | 24 |
|
25 | 25 | <para>
|
26 |
| - However, if you are upgrading from a version earlier than 9.6.1, |
| 26 | + However, if your installation has been affected by the bug described in |
| 27 | + the first changelog entry below, then after updating you may need |
| 28 | + to take action to repair corrupted indexes. |
| 29 | + </para> |
| 30 | + |
| 31 | + <para> |
| 32 | + Also, if you are upgrading from a version earlier than 9.6.1, |
27 | 33 | see <xref linkend="release-9-6-1">.
|
28 | 34 | </para>
|
29 | 35 | </sect2>
|
|
36 | 42 | <listitem>
|
37 | 43 | <!--
|
38 | 44 | Author: Tom Lane <tgl@sss.pgh.pa.us>
|
| 45 | +Branch: master [2aaec6546] 2017-02-06 13:20:19 -0500 |
| 46 | +Branch: REL9_6_STABLE [7fcddbdd0] 2017-02-06 13:20:20 -0500 |
| 47 | +Branch: REL9_5_STABLE [e935696f4] 2017-02-06 13:20:21 -0500 |
| 48 | +Branch: REL9_4_STABLE [5879958e1] 2017-02-06 13:20:23 -0500 |
| 49 | +Branch: REL9_3_STABLE [32c893c8d] 2017-02-06 13:20:24 -0500 |
| 50 | +Branch: REL9_2_STABLE [bcd7b47c2] 2017-02-06 13:20:25 -0500 |
| 51 | +--> |
| 52 | + <para> |
| 53 | + Fix a race condition that could cause indexes built |
| 54 | + with <command>CREATE INDEX CONCURRENTLY</> to be corrupt |
| 55 | + (Pavan Deolasee, Tom Lane) |
| 56 | + </para> |
| 57 | + |
| 58 | + <para> |
| 59 | + If <command>CREATE INDEX CONCURRENTLY</> was used to build an index |
| 60 | + that depends on a column not previously indexed, then rows inserted |
| 61 | + or updated by transactions that ran concurrently with |
| 62 | + the <command>CREATE INDEX</> command could have received incorrect |
| 63 | + index entries. If you suspect this may have happened, the most |
| 64 | + reliable solution is to rebuild affected indexes after installing |
| 65 | + this update. |
| 66 | + </para> |
| 67 | + </listitem> |
| 68 | + |
| 69 | + <listitem> |
| 70 | +<!-- |
| 71 | +Author: Tom Lane <tgl@sss.pgh.pa.us> |
39 | 72 | Branch: master [ffaa44cb5] 2016-11-15 15:55:35 -0500
|
40 | 73 | Branch: REL9_6_STABLE [8aa3e4751] 2016-11-15 15:55:35 -0500
|
41 | 74 | Branch: REL9_5_STABLE [0bc3ed98c] 2016-11-15 15:55:35 -0500
|
@@ -845,7 +878,7 @@ Branch: REL9_6_STABLE [ebe5dc9e0] 2016-12-06 11:43:12 -0500
|
845 | 878 | -->
|
846 | 879 | <para>
|
847 | 880 | Allow statements prepared with <command>PREPARE</> to be given
|
848 |
| - parallel plans (Amit Kapila, Tobias Bussman) |
| 881 | + parallel plans (Amit Kapila, Tobias Bussmann) |
849 | 882 | </para>
|
850 | 883 | </listitem>
|
851 | 884 |
|
@@ -1352,7 +1385,7 @@ Branch: REL9_6_STABLE [b98e5513f] 2016-12-21 11:11:36 -0500
|
1352 | 1385 | -->
|
1353 | 1386 | <para>
|
1354 | 1387 | Fix possible miss of socket read events while waiting on Windows
|
1355 |
| - (Amit Kapial) |
| 1388 | + (Amit Kapila) |
1356 | 1389 | </para>
|
1357 | 1390 |
|
1358 | 1391 | <para>
|
|
0 commit comments