Normalize heap_prepare_freeze_tuple argument name.
authorPeter Geoghegan <pg@bowt.ie>
Sat, 12 Mar 2022 03:30:21 +0000 (19:30 -0800)
committerPeter Geoghegan <pg@bowt.ie>
Sat, 12 Mar 2022 03:30:21 +0000 (19:30 -0800)
commit5b68f75e12831cd5b7d8058320c0ca29bbe76067
tree9a0835df18a3b1dc0bb24d51bfd1d2bd358967de
parent8e375ea4a0e95dd0d74f11c439cce4498bf80bd7
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.
src/backend/access/heap/heapam.c