Re: please apply patch for GiST (7.1.1, current cvs)

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Oleg Bartunov <oleg(at)sai(dot)msu(dot)su>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: please apply patch for GiST (7.1.1, current cvs)
Date: 2001-05-15 14:14:43
Message-ID: 200105151414.f4FEEhQ02614@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


Applied to 7.1.1 and 7.2. Thanks.

> Hi,
>
> 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.
>
> Regards,
> Oleg
> _____________________________________________________________
> Oleg Bartunov, sci.researcher, hostmaster of AstroNet,
> Sternberg Astronomical Institute, Moscow University (Russia)
> Internet: oleg(at)sai(dot)msu(dot)su, http://www.sai.msu.su/~megera/
> phone: +007(095)939-16-83, +007(095)939-23-83

Content-Description:

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 6: Have you searched our list archives?
>
> http://www.postgresql.org/search.mpl

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Jean-Arthur Silve 2001-05-15 14:17:22 Not a PG question: SCSI question
Previous Message Bruce Momjian 2001-05-15 14:00:12 Re: optimiser problem