-
- Downloads
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.
Showing
- src/backend/access/gist/gist.c 53 additions, 52 deletionssrc/backend/access/gist/gist.c
- src/backend/access/gist/gistvacuum.c 34 additions, 19 deletionssrc/backend/access/gist/gistvacuum.c
- src/backend/access/gist/gistxlog.c 126 additions, 171 deletionssrc/backend/access/gist/gistxlog.c
- src/include/access/gist_private.h 16 additions, 18 deletionssrc/include/access/gist_private.h
Loading
Please register or sign in to comment