pgsql: Cosmetic improvements to freeze map code.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Cosmetic improvements to freeze map code.
Date: 2016-06-03 14:02:50
Message-ID: E1b8pgY-0000jW-Ld@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Cosmetic improvements to freeze map code.

Per post-commit review comments from Andres Freund, improve variable
names, comments, and in one place, slightly improve the code structure.

Masahiko Sawada

Branch
------
master

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

Modified Files
--------------
src/backend/access/heap/visibilitymap.c | 34 ++++++++++++++++++---------------
src/backend/commands/vacuumlazy.c | 26 +++++++++++--------------
src/include/access/visibilitymap.h | 2 +-
3 files changed, 31 insertions(+), 31 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2016-06-03 14:52:56 pgsql: Measure Bloom index signature-length reloption in bits, not word
Previous Message Tom Lane 2016-06-03 03:04:21 Re: pgsql: Redesign handling of SIGTERM/control-C in parallel pg_dump/pg_re