pgsql: Correct thinko in last-minute release note item.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Correct thinko in last-minute release note item.
Date: 2017-02-07 15:25:00
Message-ID: [email protected]
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2017-02-07 15:28:15 Re: [COMMITTERS] pgsql: Release note updates.
Previous Message Alvaro Herrera 2017-02-07 15:23:09 Re: [COMMITTERS] pgsql: Release note updates.