Skip to content

Commit 903bfef

Browse files
committed
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.
1 parent 0021ce2 commit 903bfef

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/src/sgml/release-9.2.sgml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@
4949

5050
<para>
5151
If <command>CREATE INDEX CONCURRENTLY</> was used to build an index
52-
that depends on a column not previously indexed, then rows inserted
53-
or updated by transactions that ran concurrently with
52+
that depends on a column not previously indexed, then rows
53+
updated by transactions that ran concurrently with
5454
the <command>CREATE INDEX</> command could have received incorrect
5555
index entries. If you suspect this may have happened, the most
5656
reliable solution is to rebuild affected indexes after installing

0 commit comments

Comments
 (0)