pgsql: Remove unnecessary heap_tuple_needs_freeze argument.

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема pgsql: Remove unnecessary heap_tuple_needs_freeze argument.
Дата
Msg-id E1nNQOb-000FOX-Q6@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Daniel Gustafsson
Дата:
Сообщение: pgsql: Guard against reallocation failure in pg_regress
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Fix few values in pg_proc for pg_stat_get_replication_slot.