pgsql: Variable renaming in preparation for refactoring

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Variable renaming in preparation for refactoring
Date: 2022-11-16 15:46:14
Message-ID: E1ovKcA-000TK6-3N@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Variable renaming in preparation for refactoring

Rename page -> block and dp -> page where appropriate. The old naming
mixed up block and page in confusing ways.

Author: Melanie Plageman <melanieplageman(at)gmail(dot)com>
Discussion: https://www.postgresql.org/message-id/flat/CAAKRu_YSOnhKsDyFcqJsKtBSrd32DP-jjXmv7hL0BPD-z0TGXQ(at)mail(dot)gmail(dot)com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/8e1db29cdbbd218ab6ba53eea56624553c3bef8c

Modified Files
--------------
src/backend/access/heap/heapam.c | 216 +++++++++++++++----------------
src/backend/access/heap/heapam_handler.c | 28 ++--
src/include/access/heapam.h | 2 +-
3 files changed, 123 insertions(+), 123 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-11-16 17:35:31 pgsql: Shave some cycles off subscription/t/100_bugs.pl tests.
Previous Message Peter Eisentraut 2022-11-16 15:02:24 pgsql: Remove useless casts