* Add support NULL to GiST.
Teodor Sigaev <teodor@sigaev.ru>
* Add support NULL to GiST. * some refactoring and simplify code int gistutil.c and gist.c * now in some cases it can be called used-defined picksplit method for non-first column in index, but here is a place to do more. * small fix of docs related to support NULL.
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/indexam.sgml | modified | +2 −3 |
| doc/src/sgml/indices.sgml | modified | +8 −8 |
| src/backend/access/gist/gist.c | modified | +148 −108 |
| src/backend/access/gist/gistget.c | modified | +10 −9 |
| src/backend/access/gist/gistutil.c | modified | +198 −278 |
| src/include/access/gist_private.h | modified | +5 −20 |
| src/include/catalog/catversion.h | modified | +2 −2 |
| src/include/catalog/pg_am.h | modified | +2 −2 |