pgsql: Expand warnings on locks acquired by CREATE INDEX CONCURRENTLY - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Expand warnings on locks acquired by CREATE INDEX CONCURRENTLY
Date
Msg-id E1QWEdN-0002sF-7G@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Expand warnings on locks acquired by CREATE INDEX CONCURRENTLY

The previous wording wasn't explicit enough, which could misled readers
into thinking that the locks acquired are more restricted in nature than
they really are.  The resulting optimism can be damaging to morale when
confronted with reality, as has been observed in the field.

Greg Smith

Branch
------
REL9_1_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/9adda3e125642f41f256d1ed6adfe810b508e046

Modified Files
--------------
doc/src/sgml/ref/create_index.sgml |   11 ++++++++++-
1 files changed, 10 insertions(+), 1 deletions(-)


pgsql-committers by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Expand warnings on locks acquired by CREATE INDEX CONCURRENTLY
Next
From: Alvaro Herrera
Date:
Subject: pgsql: Fix aboriginal copy-paste mistake in error message