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 <[email protected]> Discussion: https://www.postgresql.org/message-id/flat/caakru_ysonhksdyfcqjsktbsrd32dp-jjxmv7hl0bpd-z0t...@mail.gmail.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(-)
