File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 4848
4949 <para>
5050 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
5353 the <command>CREATE INDEX</> command could have received incorrect
5454 index entries. If you suspect this may have happened, the most
5555 reliable solution is to rebuild affected indexes after installing
Original file line number Diff line number Diff line change 4848
4949 <para>
5050 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
5353 the <command>CREATE INDEX</> command could have received incorrect
5454 index entries. If you suspect this may have happened, the most
5555 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
5757
5858 <para>
5959 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
6262 the <command>CREATE INDEX</> command could have received incorrect
6363 index entries. If you suspect this may have happened, the most
6464 reliable solution is to rebuild affected indexes after installing
You can’t perform that action at this time.
0 commit comments