Jeff Davis wrote:
I am seeing index bloat in the current head when the indexed values are
constantly increasing, and the lower values are being constantly
deleted.

...
It's possible that this has something to do with the new FSM.

Yep, it clearly has. Looks like I forgot about the index FSMs when I added the FSM vacuum code. Index FSMs need to be vacuumed just like the heap FSM. Fixed, thanks for the report.

--
  Heikki Linnakangas
  EnterpriseDB   http://www.enterprisedb.com

--
Sent via pgsql-bugs mailing list (pgsql-bugs@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-bugs

Reply via email to