pgsql: Remove unnecessary heap_tuple_needs_freeze argument.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove unnecessary heap_tuple_needs_freeze argument.
Date: 2022-02-25 02:31:50
Message-ID: E1nNQOb-000FOX-Q6@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove unnecessary heap_tuple_needs_freeze argument.

The buffer argument hasn't been used since the function was first added
by commit bbb6e559c4. The sibling heap_prepare_freeze_tuple function
doesn't have such an argument either. Remove it.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/cf879d3069a3f025824b4a3fa3086137b34bad48

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

Browse pgsql-committers by date

  From Date Subject
Next Message Amit Kapila 2022-02-25 02:52:07 pgsql: Fix few values in pg_proc for pg_stat_get_replication_slot.
Previous Message Daniel Gustafsson 2022-02-24 19:59:21 pgsql: Guard against reallocation failure in pg_regress