- However, if you are upgrading from a version earlier than 9.6.1,
+ However, if your installation has been affected by the bug described in
+ the first changelog entry below, then after updating you may need
+ to take action to repair corrupted indexes.
+
+
+ Also, if you are upgrading from a version earlier than 9.6.1,
see .
+ Fix a race condition that could cause indexes built
+ with CREATE INDEX CONCURRENTLY> to be corrupt
+ (Pavan Deolasee, Tom Lane)
+
+
+ If CREATE INDEX CONCURRENTLY> was used to build an index
+ that depends on a column not previously indexed, then rows inserted
+ or updated by transactions that ran concurrently with
+ the CREATE INDEX> command could have received incorrect
+ index entries. If you suspect this may have happened, the most
+ reliable solution is to rebuild affected indexes after installing
+ this update.
+
+
+
+
+
Allow statements prepared with PREPARE> to be given
- parallel plans (Amit Kapila, Tobias Bussman)
+ parallel plans (Amit Kapila, Tobias Bussmann)
-->
Fix possible miss of socket read events while waiting on Windows
- (Amit Kapial)
+ (Amit Kapila)