pgsql: Adjust the new memory limit in the lazy vacuum code to use - Mailing list pgsql-committers

From alvherre@postgresql.org (Alvaro Herrera)
Subject pgsql: Adjust the new memory limit in the lazy vacuum code to use
Date
Msg-id 20070926201628.EB1BD753E4C@cvs.postgresql.org
Whole thread Raw
List 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 by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Create a function variable "join_search_hook" to let plugins
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Rename "PostgreSQL" to "Postgres" in 7 places in the FAQ.