]> granicus.if.org Git - postgresql/commit
Allow autoanalyze to add pages deleted from pending list to FSM
authorTeodor Sigaev <teodor@sigaev.ru>
Wed, 23 Sep 2015 12:33:51 +0000 (15:33 +0300)
committerTeodor Sigaev <teodor@sigaev.ru>
Wed, 23 Sep 2015 12:33:51 +0000 (15:33 +0300)
commitdc943ad952329a46ce8dc0103b0980e1fe5893a8
tree7330207218dafff9afced84b218e25167bd22064
parent262e56bcae4f529c47ce4fbb8306fd6e26762975
Allow autoanalyze to add pages deleted from pending list to FSM

Commit e95680832854cf300e64c10de9cc2f586df558e8 introduces adding pages
to FSM for ordinary insert, but autoanalyze was able just cleanup
pending list without adding to FSM.

Also fix double call of IndexFreeSpaceMapVacuum() during ginvacuumcleanup()

Report from Fujii Masao
Patch by me
Review by Jeff Janes
src/backend/access/gin/ginfast.c
src/backend/access/gin/ginvacuum.c
src/include/access/gin_private.h