pgsql: Remove unnecessary heap_tuple_needs_freeze argument. - Mailing list pgsql-committers

From Peter Geoghegan
Subject pgsql: Remove unnecessary heap_tuple_needs_freeze argument.
Date
Msg-id E1nNQOb-000FOX-Q6@gemulon.postgresql.org
Whole thread Raw
List 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(-)


pgsql-committers by date:

Previous
From: Daniel Gustafsson
Date:
Subject: pgsql: Guard against reallocation failure in pg_regress
Next
From: Amit Kapila
Date:
Subject: pgsql: Fix few values in pg_proc for pg_stat_get_replication_slot.