]> granicus.if.org Git - postgresql/commit
Bug fixes for GiST crash recovery.
authorTeodor Sigaev <teodor@sigaev.ru>
Thu, 30 Jun 2005 17:52:14 +0000 (17:52 +0000)
committerTeodor Sigaev <teodor@sigaev.ru>
Thu, 30 Jun 2005 17:52:14 +0000 (17:52 +0000)
commit898a7bd13bb9d5ae36d2defcf3bbed3bd1d5ffd6
treed4973dbb3c3f10bfc7becb9199f3b0b7b233c9c3
parent7a30b1fb966fb14852ebe6bea35d801792f2cc61
Bug fixes for GiST crash recovery.
- add forgotten check of lsn for insert completion
- remove level of pages: hard to check in recovery
- some cleanups
src/backend/access/gist/gist.c
src/backend/access/gist/gistutil.c
src/backend/access/gist/gistvacuum.c
src/backend/access/gist/gistxlog.c
src/include/access/gist.h
src/include/access/gist_private.h