pgsql: Fix comment to be more accurate. - Mailing list pgsql-committers

From Robert Haas
Subject pgsql: Fix comment to be more accurate.
Date
Msg-id E1b8rV9-0003L6-9k@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Suppress -Wunused-result warnings about write(), again.
Next
From: Kevin Grittner
Date:
Subject: pgsql: Add new snapshot fields to serialize/deserialize functions.