WAL for GiST. It work for online backup and so on, but on
authorTeodor Sigaev <teodor@sigaev.ru>
Tue, 14 Jun 2005 11:45:14 +0000 (11:45 +0000)
committerTeodor Sigaev <teodor@sigaev.ru>
Tue, 14 Jun 2005 11:45:14 +0000 (11:45 +0000)
commit37c839365c566c9e8d7e96cea79e535281144224
tree33a5094b45c6a6b6549e05e4e2dcf1c63cc69d38
parentd6636543c4becc4ba9989af8e5b490e1ee2e7c0e
WAL for GiST. It work for online backup and so on, but on
recovery after crash (power loss etc) it may say that it can't restore
index and index should be reindexed.

Some refactoring code.
src/backend/access/gist/Makefile
src/backend/access/gist/gist.c
src/backend/access/gist/gistget.c
src/backend/access/gist/gistutil.c [new file with mode: 0644]
src/backend/access/gist/gistxlog.c [new file with mode: 0644]
src/backend/access/transam/rmgr.c
src/include/access/gist_private.h