Re: palloc? (re: What's with update?)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: mlw <markw(at)mohawksoft(dot)com>
Cc: Hackers List <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: palloc? (re: What's with update?)
Date: 2001-01-18 18:28:15
Message-ID: 4136.979842495@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

mlw <markw(at)mohawksoft(dot)com> writes:
> I think I know what the problem is:
> I have a couple indexes created with a "lower" function to index on
> lowercase.

Ah. You're correct, functional indexes leak memory in existing PG
releases. The memory is reclaimed at end of statement, which is not
soon enough if you insert/update a large number of rows.

I think this is fixed in 7.1 though, if you want to try it...

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Patrick Welche 2001-01-18 18:30:34 charset.htm
Previous Message Patrick Welche 2001-01-18 18:24:40 test/locale broken