File tree 5 files changed +10
-10
lines changed
5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 49
49
50
50
<para>
51
51
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
54
54
the <command>CREATE INDEX</> command could have received incorrect
55
55
index entries. If you suspect this may have happened, the most
56
56
reliable solution is to rebuild affected indexes after installing
Original file line number Diff line number Diff line change 49
49
50
50
<para>
51
51
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
54
54
the <command>CREATE INDEX</> command could have received incorrect
55
55
index entries. If you suspect this may have happened, the most
56
56
reliable solution is to rebuild affected indexes after installing
Original file line number Diff line number Diff line change 48
48
49
49
<para>
50
50
If <command>CREATE INDEX CONCURRENTLY</> was used to build an index
51
- that depends on a column not previously indexed, then rows inserted
52
- or updated by transactions that ran concurrently with
51
+ that depends on a column not previously indexed, then rows
52
+ updated by transactions that ran concurrently with
53
53
the <command>CREATE INDEX</> command could have received incorrect
54
54
index entries. If you suspect this may have happened, the most
55
55
reliable solution is to rebuild affected indexes after installing
Original file line number Diff line number Diff line change 48
48
49
49
<para>
50
50
If <command>CREATE INDEX CONCURRENTLY</> was used to build an index
51
- that depends on a column not previously indexed, then rows inserted
52
- or updated by transactions that ran concurrently with
51
+ that depends on a column not previously indexed, then rows
52
+ updated by transactions that ran concurrently with
53
53
the <command>CREATE INDEX</> command could have received incorrect
54
54
index entries. If you suspect this may have happened, the most
55
55
reliable solution is to rebuild affected indexes after installing
Original file line number Diff line number Diff line change @@ -57,8 +57,8 @@ Branch: REL9_2_STABLE [bcd7b47c2] 2017-02-06 13:20:25 -0500
57
57
58
58
<para>
59
59
If <command>CREATE INDEX CONCURRENTLY</> was used to build an index
60
- that depends on a column not previously indexed, then rows inserted
61
- or updated by transactions that ran concurrently with
60
+ that depends on a column not previously indexed, then rows
61
+ updated by transactions that ran concurrently with
62
62
the <command>CREATE INDEX</> command could have received incorrect
63
63
index entries. If you suspect this may have happened, the most
64
64
reliable solution is to rebuild affected indexes after installing
You can’t perform that action at this time.
0 commit comments