Re: Space management for PGresult

From: Alvaro Herrera <alvherre(at)commandprompt(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: Atsushi Ogawa <atsushi(dot)ogawa(at)gmail(dot)com>, pgsql-patches(at)postgresql(dot)org
Subject: Re: Space management for PGresult
Date: 2005-11-23 15:34:30
Message-ID: 20051123153429.GA26927@surnet.cl
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Tom Lane wrote:
> Atsushi Ogawa <atsushi(dot)ogawa(at)gmail(dot)com> writes:
> > The number of malloc calls at pqResultAlloc:
> > 8.1.0 : 80542
> > patched: 86
>
> > Execution time:
> > 8.1.0 : 6.80 sec
> > patched: 6.73 sec
>
> This hardly seems worth adding any complexity for ...

What about memory usage? Is there a notorious difference?

--
Alvaro Herrera http://www.CommandPrompt.com/
The PostgreSQL Company - Command Prompt, Inc.

In response to

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Bruce Momjian 2005-11-23 21:04:29 Re: BUG #2056: to_char no long takes time as input?
Previous Message Tom Lane 2005-11-23 14:33:33 Re: Space management for PGresult