pgsql: Fix comment to be more accurate.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix comment to be more accurate.
Date: 2016-06-03 15:59:11
Message-ID: E1b8rV9-0003L6-9k@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix comment to be more accurate.

Now that we skip vacuuming all-frozen pages, this comment needs
updating.

Masahiko Sawada

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6436a853f11952495f10e62d8b52b465e119155c

Modified Files
--------------
src/backend/commands/vacuumlazy.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Kevin Grittner 2016-06-03 16:25:52 pgsql: Add new snapshot fields to serialize/deserialize functions.
Previous Message Tom Lane 2016-06-03 15:29:49 pgsql: Suppress -Wunused-result warnings about write(), again.