Build corruption with CREATE INDEX CONCURRENTLY
----------------------------------
-There existed a race condition if CREATE INDEX CONCURRENTLY was called on a column that had not been indexed before, then rows that were inserted or updated by transactions running at the same time as the CREATE INDEX CONCURRENTLY command could have been index incorrectly.
+There existed a race condition if CREATE INDEX CONCURRENTLY was called on a column that had not been indexed before, then rows that were updated by transactions running at the same time as the CREATE INDEX CONCURRENTLY command could have been index incorrectly.
If you suspect this may have happened, the most reliable solution is to rebuild affected indexes after installing this update.
Build corruption with CREATE INDEX CONCURRENTLY
----------------------------------
-There existed a race condition if CREATE INDEX CONCURRENTLY was called on a column that had not been indexed before, then rows that were inserted or updated by transactions running at the same time as the CREATE INDEX CONCURRENTLY command could have been index incorrectly.
+There existed a race condition if CREATE INDEX CONCURRENTLY was called on a column that had not been indexed before, then rows that were updated by transactions running at the same time as the CREATE INDEX CONCURRENTLY command could have been index incorrectly.
If you suspect this may have happened, the most reliable solution is to rebuild affected indexes after installing this update.