Обсуждение: pgsql: Cosmetic improvements to freeze map code.

Поиск
Список
Период
Сортировка

pgsql: Cosmetic improvements to freeze map code.

От
Robert Haas
Дата:
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(-)