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

From: alvherre(at)postgresql(dot)org (Alvaro Herrera)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Adjust the new memory limit in the lazy vacuum code to use
Date: 2007-09-26 20:16:28
Message-ID: 20070926201628.EB1BD753E4C@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-09-26 20:36:50 pgsql: Rename "PostgreSQL" to "Postgres" in 7 places in the FAQ.
Previous Message Tom Lane 2007-09-26 18:51:51 pgsql: Create a function variable "join_search_hook" to let plugins