From:
Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To:
Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
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:31:43
Message-ID:
13739.1262719903@sss.pgh.pa.us (view raw or flat )
Thread:
2010-01-05 01:06:57 from tgl(at)postgresql(dot)org (Tom Lane)
2010-01-05 01:28:55 from Robert Haas <robertmhaas(at)gmail(dot)com>
2010-01-05 02:20:42 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-01-05 02:34:07 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2010-01-05 17:24:39 from Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
2010-01-05 17:40:02 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-01-05 17:40:04 from Robert Haas <robertmhaas(at)gmail(dot)com>
2010-01-05 17:49:24 from Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
2010-01-05 17:51:48 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-01-05 18:11:05 from Robert Haas <robertmhaas(at)gmail(dot)com>
2010-01-05 18:18:28 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-01-05 18:44:07 from Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
2010-01-05 19:02:51 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-01-05 19:23:15 from Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
2010-01-05 19:31:43 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-01-05 19:43:56 from Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
2010-01-05 20:23:57 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-01-05 19:37:51 from Garick Hamlin <ghamlin(at)isc(dot)upenn(dot)edu>
2010-01-05 19:42:03 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-01-05 20:36:30 from Andrew Dunstan <andrew(at)dunslane(dot)net>
2010-01-05 20:48:23 from Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
2010-01-05 19:04:05 from Alvaro Herrera <alvherre(at)commandprompt(dot)com>
Lists:
pgsql-committers pgsql-hackers
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...
regards, tom lane
In response to
Responses
pgsql-hackers by date
Next :From: Dave PageDate: 2010-01-05 19:36:20
Subject : Re: libpq naming on Win64
Previous :From : Stefan KaltenbrunnerDate : 2010-01-05 19:23:15
Subject : Re: Re: [COMMITTERS] pgsql: Get rid of the need for manual
maintenance of the initial
pgsql-committers by date
Next :From: Garick HamlinDate: 2010-01-05 19:37:51
Subject : Re: Re: [COMMITTERS] pgsql: Get rid of the need for
manual maintenance of the initial
Previous :From : Stefan KaltenbrunnerDate : 2010-01-05 19:23:15
Subject : Re: Re: [COMMITTERS] pgsql: Get rid of the need for manual
maintenance of the initial