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

Поиск
Список
Период
Сортировка
От alvherre@postgresql.org (Alvaro Herrera)
Тема pgsql: Adjust the new memory limit in the lazy vacuum code to use
Дата
Msg-id 20070926201628.EB1BD753E4C@cvs.postgresql.org
обсуждение исходный текст
Список pgsql-committers
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)

В списке pgsql-committers по дате отправления:

Предыдущее
От: tgl@postgresql.org (Tom Lane)
Дата:
Сообщение: pgsql: Create a function variable "join_search_hook" to let plugins
Следующее
От: momjian@postgresql.org (Bruce Momjian)
Дата:
Сообщение: pgsql: Rename "PostgreSQL" to "Postgres" in 7 places in the FAQ.