Add pages deleted from pending list to FSM Add pages deleted from GIN's pending list during cleanup to free space map immediately. Clean up process could be initiated by ordinary insert but adding page to FSM might occur only at vacuum. On some workload like never-vacuumed insert-only tables it could cause a huge bloat.
Jeff Janes <[email protected]> Branch ------ master Details ------- http://git.postgresql.org/pg/commitdiff/e95680832854cf300e64c10de9cc2f586df558e8 Modified Files -------------- src/backend/access/gin/ginfast.c | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) -- Sent via pgsql-committers mailing list ([email protected]) To make changes to your subscription: http://www.postgresql.org/mailpref/pgsql-committers
