Reduce memory consumption during VACUUM of large relations, by using

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 3fcc7e8e1884c966e1a292a3caeb39cce06f61aa
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2008-03-10T02:04:10Z
Releases: 8.4.0
Reduce memory consumption during VACUUM of large relations, by using
FSMPageData (6 bytes) instead of PageFreeSpaceInfo (8 or 16 bytes)
for the temporary array of page-free-space information.

Itagaki Takahiro

Files