File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ REINDEX { INDEX | TABLE | DATABASE | SYSTEM } <replaceable class="PARAMETER">nam
46
46
47
47
<listitem>
48
48
<para>
49
- An index has become <quote>bloated</>, that it is contains many
49
+ An index has become <quote>bloated</>, that is it contains many
50
50
empty or nearly-empty pages. This can occur with B-tree indexes in
51
51
<productname>PostgreSQL</productname> under certain uncommon access
52
52
patterns. <command>REINDEX</command> provides a way to reduce
@@ -203,7 +203,7 @@ REINDEX { INDEX | TABLE | DATABASE | SYSTEM } <replaceable class="PARAMETER">nam
203
203
but not reads of the index's parent table. It also takes an exclusive lock
204
204
on the specific index being processed, which will block reads that attempt
205
205
to use that index. In contrast, <command>DROP INDEX</> momentarily takes
206
- exclusive lock on the parent table, blocking both writes and reads. The
206
+ an exclusive lock on the parent table, blocking both writes and reads. The
207
207
subsequent <command>CREATE INDEX</> locks out writes but not reads; since
208
208
the index is not there, no read will attempt to use it, meaning that there
209
209
will be no blocking but reads might be forced into expensive sequential
You can’t perform that action at this time.
0 commit comments