pgsql: Move vacuumlazy.c into access/heap.

Поиск
Список
Период
Сортировка
От Andres Freund
Тема pgsql: Move vacuumlazy.c into access/heap.
Дата
Msg-id E1gjVYG-00046n-Ne@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Move vacuumlazy.c into access/heap.

It's heap table storage specific code that can't realistically be
generalized into table AM agnostic code.

Author: Andres Freund
Discussion: https://postgr.es/m/20180703070645.wchpu5muyto5n647@alap3.anarazel.de

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/285d8e12055f27bce5675e93fef365b6c337f2b3

Modified Files
--------------
src/backend/access/heap/Makefile                   | 3 ++-
src/backend/{commands => access/heap}/vacuumlazy.c | 6 +++---
src/backend/commands/Makefile                      | 2 +-
src/backend/commands/vacuum.c                      | 2 +-
src/include/access/heapam.h                        | 4 ++++
src/include/commands/vacuum.h                      | 4 ----
6 files changed, 11 insertions(+), 10 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Finish reverting "recheck_on_update" patch.
Следующее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Add test case for ON DELETE NO ACTION/RESTRICT