pgsql: Remove obsolete IndexBulkDeleteResult stats field.

From: Peter Geoghegan <pg(at)bowt(dot)ie>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove obsolete IndexBulkDeleteResult stats field.
Date: 2021-02-12 00:50:43
Message-ID: E1lAMfT-0004re-E0@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Alexander Korotkov 2021-02-12 01:36:02 Re: Detecting pointer misalignment (was Re: pgsql: Implementation of subscripting for jsonb)
Previous Message Thomas Munro 2021-02-11 21:03:55 Re: Detecting pointer misalignment (was Re: pgsql: Implementation of subscripting for jsonb)