Обсуждение: [COMMITTERS] pgsql: Correct thinko in last-minute release note item.

Поиск
Список
Период
Сортировка

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

От
Tom Lane
Дата:
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_3_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/4dd4e3fe10a9d85d5a1455b2231daae8c00c6b79

Modified Files
--------------
doc/src/sgml/release-9.2.sgml | 4 ++--
doc/src/sgml/release-9.3.sgml | 4 ++--
2 files changed, 4 insertions(+), 4 deletions(-)