Обсуждение: pgsql: Adjust the new memory limit in the lazy vacuum code to use

Поиск
Список
Период
Сортировка

pgsql: Adjust the new memory limit in the lazy vacuum code to use

От
alvherre@postgresql.org (Alvaro Herrera)
Дата:
Log Message:
-----------
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.

Modified Files:
--------------
    pgsql/src/backend/commands:
        vacuumlazy.c (r1.100 -> r1.101)
        (http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/commands/vacuumlazy.c?r1=1.100&r2=1.101)