pgsql: Normalize heap_prepare_freeze_tuple argument name.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Normalize heap_prepare_freeze_tuple argument name.
Date: 2022-03-12 03:30:54
Message-ID: E1nSsT0-000MMI-0t@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Normalize heap_prepare_freeze_tuple argument name.

We called the argument totally_frozen in its function prototype as well
as in code comments, even though totally_frozen_p was used in the
function definition. Standardize on totally_frozen.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/5b68f75e12831cd5b7d8058320c0ca29bbe76067

Modified Files
--------------
src/backend/access/heap/heapam.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Peter Geoghegan 2022-03-12 20:53:49 pgsql: vacuumlazy.c: document vistest and OldestXmin.
Previous Message Michael Paquier 2022-03-12 00:50:27 pgsql: Bump XLOG_PAGE_MAGIC due to the addition of wal_compression=zstd