OSDN Git Service

we found a problem in GiST with massive insert/update operations
authorBruce Momjian <bruce@momjian.us>
Tue, 15 May 2001 14:14:49 +0000 (14:14 +0000)
committerBruce Momjian <bruce@momjian.us>
Tue, 15 May 2001 14:14:49 +0000 (14:14 +0000)
commitd0e1091cfd2f69c0b1056c7e14281299f70b5679
tree873e28cf3a20810102e3d5ea09f5115800875d77
parent3848a14ed7014bd6df0dfe8dedbeb545eb331e82
we found a problem in GiST with massive insert/update operations
with many NULLs ( inserting of NULL into indexed field cause
ERROR: MemoryContextAlloc: invalid request size)
As a workaround 'vacuum analyze' could be used.

This patch resolves the problem, please upply to 7.1.1 sources and
current cvs tree.

Oleg Bartunov
src/backend/access/gist/gist.c
src/backend/access/gist/gistget.c