Re: Re: [COMMITTERS] pgsql: Get rid of the need for manual maintenance of the initial
Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>
From: Stefan Kaltenbrunner <stefan@kaltenbrunner.cc>
To: Tom Lane <tgl@sss.pgh.pa.us>
Cc: Robert Haas <robertmhaas@gmail.com>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2010-01-05T19:43:56Z
Lists: pgsql-hackers
Tom Lane wrote: > Stefan Kaltenbrunner <stefan@kaltenbrunner.cc> writes: >> yeah it is probably some strange platform specific issue - however with >> some help from the IRC channel I came up with the following patch that >> considerable reduces the memory bloat (but still needs ~55MB max) and >> allows the build to succeed. > > What about Alvaro's idea of adding > > $row = undef; > > at the bottom of the loop? That seems marginally less ugly... not sure I want to argue about the ugliness of perl but that has the same effect as my patch so either way would do to get spoonbill green again. Stefan