| From: | Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc> |
|---|---|
| To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
| Cc: | Robert Haas <robertmhaas(at)gmail(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: Re: [COMMITTERS] pgsql: Get rid of the need for manual maintenance of the initial |
| Date: | 2010-01-05 19:43:56 |
| Message-ID: | 4B43967C.7000803@kaltenbrunner.cc |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers pgsql-hackers |
Tom Lane wrote:
> Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2010-01-05 20:23:32 | pgsql: Fix genbki.pl and Gen_fmgrtab.pl to use PID-specific temp file |
| Previous Message | Tom Lane | 2010-01-05 19:42:03 | Re: Re: [COMMITTERS] pgsql: Get rid of the need for manual maintenance of the initial |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Robert Haas | 2010-01-05 19:46:17 | Re: true serializability and predicate locking |
| Previous Message | Tom Lane | 2010-01-05 19:42:03 | Re: Re: [COMMITTERS] pgsql: Get rid of the need for manual maintenance of the initial |