Clarify description of covering indexes in release notes
This commit is contained in:
parent
a6e1d7b5fb
commit
56b62cbd01
@ -425,7 +425,8 @@
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
This is often called "index-only scans" or "covering indexes".
|
This is often called "index-only scans", a feature which now enables
|
||||||
|
the use of indexes with additional columns, or "covering indexes".
|
||||||
This is possible for heap pages with exclusively all-visible
|
This is possible for heap pages with exclusively all-visible
|
||||||
tuples, as reported by the visibility map. The visibility map was
|
tuples, as reported by the visibility map. The visibility map was
|
||||||
made crash-safe as a necessary part of implementing this feature.
|
made crash-safe as a necessary part of implementing this feature.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user