Re: BUG #6378: exceeding memory usage while creating index in pg-9.1.2

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: bock(at)openit(dot)de
Cc: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #6378: exceeding memory usage while creating index in pg-9.1.2
Date: 2012-01-04 16:36:29
Message-ID: 16059.1325694989@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

bock(at)openit(dot)de writes:
> When creating an index on an inet column the postmaster process tries to
> allocate much more memory than it should in version 9.1.2.

Yeah, a memory leak was accidentally introduced into inet/cidr index
operations in 9.1.2. It will be fixed in 9.1.3, or if you're in a hurry
the patch is here:
http://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=6cf639dfbddbc44d027730ad1504886312bc905a

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message pramsey 2012-01-04 19:17:17 BUG #6379: SQL Function Causes Back-end Crash
Previous Message anarazel@anarazel.de 2012-01-04 16:35:18 Re: BUG #6378: exceeding memory usage while creating index in pg-9.1.2