pgsql: Add C comment about the fact that the autovacuum limit can go ba

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add C comment about the fact that the autovacuum limit can go ba
Date: 2011-05-09 04:00:02
Message-ID: E1QJHda-0007Ei-C9@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add C comment about the fact that the autovacuum limit can go backwards
by 3, but that is it OK.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/76e5b4c85d5d4830888044fc885b1da0d781aed0

Modified Files
--------------
src/backend/postmaster/autovacuum.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2011-05-09 12:56:07 pgsql: In pg_upgrade, add status message about superuser check.
Previous Message Bruce Momjian 2011-05-09 02:17:02 Re: pgsql: Fix broken pg_dump query.