Correct thinko in last-minute release note item.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 4dd4e3fe10a9d85d5a1455b2231daae8c00c6b79
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2017-02-07T15:24:25Z
Releases: 9.3.17
Correct thinko in last-minute release note item.

The CREATE INDEX CONCURRENTLY bug can only be triggered by row updates,
not inserts, since the problem would arise from an update incorrectly
being made HOT.  Noted by Alvaro.

Files

PathChange+/−
doc/src/sgml/release-9.2.sgml modified +2 −2
doc/src/sgml/release-9.3.sgml modified +2 −2