[COMMITTERS] pgsql: Correct thinko in last-minute release note item. - Mailing list pgsql-committers

From Tom Lane
Subject [COMMITTERS] pgsql: Correct thinko in last-minute release note item.
Date
Msg-id E1cb7dc-0007DJ-BV@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/cd898769cb6635a7440ebbabe15f7ecbf5157d68

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 ++--
3 files changed, 6 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Stephen Frost
Date:
Subject: [COMMITTERS] pgsql: Initialize number_of_jobs in NewRestoreOptions
Next
From: Robert Haas
Date:
Subject: [COMMITTERS] pgsql: Cache hash index's metapage in rel->rd_amcache.