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.
Branch ------ REL9_5_STABLE Details ------- http://git.postgresql.org/pg/commitdiff/13b30ada998988f14031f57f61396605ae4e9c33 Modified Files -------------- doc/src/sgml/release-9.2.sgml | 4 ++-- doc/src/sgml/release-9.3.sgml | 4 ++-- doc/src/sgml/release-9.4.sgml | 4 ++-- doc/src/sgml/release-9.5.sgml | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) -- Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers