Re: AllocSetReset improvement - Mailing list pgsql-patches

From Karel Zak
Subject Re: AllocSetReset improvement
Date
Msg-id 1116227017.29081.4.camel@petra
Whole thread Raw
In response to Re: AllocSetReset improvement  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-patches
On Thu, 2005-05-12 at 11:26 -0400, Tom Lane wrote:

> I have another idea though: in the case you are looking at, I think
> that the context in question never gets any allocations at all, which
> means its blocks list stays null.  We could move the MemSet inside the
> "if (blocks)" test --- if there are no blocks allocated to the context,
> it surely hasn't got any chunks either, so the MemSet is unnecessary.

 Good point. There's same MemSet in AllocSetDelete() too.

    Karel

--
Karel Zak <zakkr@zf.jcu.cz>


pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: Re: Minor comments typo fix in src/port
Next
From: Mahmoud Taghizadeh
Date:
Subject: farsi faq has not been added yet in website,