Adjust the new memory limit in the lazy vacuum code to use MaxHeapTuplesPerPage
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 26 Sep 2007 20:16:28 +0000 (20:16 +0000)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Wed, 26 Sep 2007 20:16:28 +0000 (20:16 +0000)
commit8b4b837a419eed4c9dc02aa61262ac578b51d8dd
treef54ddcf76092a189be0226f9dede5b290a706307
parent65f862b99a0c22a8d106fa0b6f3ad1fd7593393c
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.
src/backend/commands/vacuumlazy.c