Document and clean up gistsplit.c.
Improve comments, rename some variables and functions, slightly simplify a couple of APIs, in an attempt to make this code readable by people other than its original author. Even though this is essentially just cosmetic, back-patch to all active branches, because otherwise it's going to make back-patching future fixes in this file very painful.
Showing
- src/backend/access/gist/gist.c 1 addition, 7 deletionssrc/backend/access/gist/gist.c
- src/backend/access/gist/gistsplit.c 287 additions, 152 deletionssrc/backend/access/gist/gistsplit.c
- src/include/access/gist.h 24 additions, 5 deletionssrc/include/access/gist.h
- src/include/access/gist_private.h 7 additions, 6 deletionssrc/include/access/gist_private.h
Loading
Please register or sign in to comment