Adjust the new memory limit in the lazy vacuum code to use MaxHeapTuplesPerPage

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: b83e11639baf7aed1e467a68ea1878b7848fe874
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2007-09-26T20:16:28Z
Releases: 8.3.0
Adjust the new memory limit in the lazy vacuum code to use MaxHeapTuplesPerPage
tuples per page instead of fixed 200, to better cope with systems that use a
different block size.

Files

PathChange+/−
src/backend/commands/vacuumlazy.c modified +2 −2