Improve gist XLOG code to follow the coding rules needed to prevent
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 30 Mar 2006 23:03:10 +0000 (23:03 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 30 Mar 2006 23:03:10 +0000 (23:03 +0000)
commit89395bfa6f2fafccec10be377fcf759030910654
tree836d0cd5721066b626d5e58f9028a6989e1cb97d
parent4243f2387a762b26c8e6be5c8094425798d86ea3
Improve gist XLOG code to follow the coding rules needed to prevent
torn-page problems.  This introduces some issues of its own, mainly
that there are now some critical sections of unreasonably broad scope,
but it's a step forward anyway.  Further cleanup will require some
code refactoring that I'd prefer to get Oleg and Teodor involved in.
src/backend/access/gist/gist.c
src/backend/access/gist/gistvacuum.c
src/backend/access/gist/gistxlog.c
src/include/access/gist_private.h