1
0
mirror of https://github.com/postgres/postgres.git synced 2025-08-06 18:42:54 +03:00

Clarify description of covering indexes in release notes

This commit is contained in:
Simon Riggs
2012-06-01 11:35:27 +01:00
parent a6e1d7b5fb
commit 56b62cbd01

View File

@@ -425,7 +425,8 @@
</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
tuples, as reported by the visibility map. The visibility map was
made crash-safe as a necessary part of implementing this feature.