pgsql: Update visibilitymap.c header comments.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Update visibilitymap.c header comments.
Date: 2011-10-29 18:47:05
Message-ID: E1RKDvt-0005OI-Qv@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Update visibilitymap.c header comments.

Recent work on index-only scans left this somewhat out of date.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/fae54e4a168f9da517be38723fa5f4b7cfeb59c9

Modified Files
--------------
src/backend/access/heap/visibilitymap.c | 35 ++++++++++++++++---------------
1 files changed, 18 insertions(+), 17 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2011-10-30 16:22:24 pgsql: Further improvement of make_greater_string.
Previous Message Tom Lane 2011-10-29 18:32:20 pgsql: Fix assorted bogosities in cash_in() and cash_out().