File tree Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Expand file tree Collapse file tree 1 file changed +3
-13
lines changed Original file line number Diff line number Diff line change 413413 <para>
414414 This is often called "index-only scans" or "covering indexes".
415415 This is possible for heap pages with exclusively all-visible
416- tuples, as reported by the visibility map.
416+ tuples, as reported by the visibility map. The visibility map was
417+ made crash-safe as a necessary part of implementing this feature.
417418 </para>
418419 </listitem>
419-
420+
420421 <listitem>
421422 <para>
422423 Allow frequently uncontended locks to be recorded using a new
539540 </para>
540541 </listitem>
541542
542- <listitem>
543- <para>
544- Make the visibility map crash-safe (Robert Haas, Noah Misch)
545- </para>
546-
547- <para>
548- This helps vacuum be more efficient, and is necessary for
549- index-only scans.
550- </para>
551- </listitem>
552-
553543 <listitem>
554544 <para>
555545 Improve PowerPC and Itanium spinlock performance (Manabu Ori,
You can’t perform that action at this time.
0 commit comments