pgsql/src/backend/access/gist gist.c gistget.c

From: Bruce Momjian - CVS <momjian(at)hub(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql/src/backend/access/gist gist.c gistget.c
Date: 2001-05-15 14:14:49
Message-ID: 200105151414.f4FEEnc43589@hub.org
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-committers

CVSROOT: /home/projects/pgsql/cvsroot
Module name: pgsql
Changes by: momjian(at)hub(dot)org 01/05/15 10:14:49

Modified files:
src/backend/access/gist: gist.c gistget.c

Log message:
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

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-05-15 16:11:59 pgsql/src/backend/executor nodeSubqueryscan.c
Previous Message Bruce Momjian - CVS 2001-05-15 13:57:38 pgsql/doc/src/sgml wal.sgml