OSDN Git Service

Reduce size of critial section during vacuum full, critical
authorTeodor Sigaev <teodor@sigaev.ru>
Wed, 17 May 2006 16:34:59 +0000 (16:34 +0000)
committerTeodor Sigaev <teodor@sigaev.ru>
Wed, 17 May 2006 16:34:59 +0000 (16:34 +0000)
commit8876e37d07baa0041649c5894e948ce65292b714
tree77b929cf6b8099d119e6fe8bb9e435cc74700a98
parent815f58407cdd06c39fdbb052a33b61d3e605e7ae
Reduce size of critial section during vacuum full, critical
sections now isn't nested. All user-defined functions now is
called outside critsections. Small improvements in WAL
protocol.

TODO: improve XLOG replay
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_private.h