pgsql: Remove obsolete IndexBulkDeleteResult stats field.

Поиск
Список
Период
Сортировка
От Peter Geoghegan
Тема pgsql: Remove obsolete IndexBulkDeleteResult stats field.
Дата
Msg-id E1lAMfT-0004re-E0@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Remove obsolete IndexBulkDeleteResult stats field.

The pages_removed field is no longer used for anything.  It hasn't been
possible for an index to physically shrink since old-style VACUUM FULL
was removed by commit 0a469c87.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/3063eb17593c3ad498ce4e89db3358862ea2dbb6

Modified Files
--------------
src/backend/access/gist/gistvacuum.c |  3 ---
src/include/access/genam.h           | 10 ++++------
2 files changed, 4 insertions(+), 9 deletions(-)


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

Предыдущее
От: Peter Geoghegan
Дата:
Сообщение: Re: pgsql: Add functions to 'pageinspect' to inspect GiST indexes.
Следующее
От: Amit Kapila
Дата:
Сообщение: pgsql: Allow multiple xacts during table sync in logical replication.