Re: tuplestore_putvalues()

From: Neil Conway <neilc(at)samurai(dot)com>
To: Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: tuplestore_putvalues()
Date: 2008-03-25 19:42:44
Message-ID: 1206474164.11145.18.camel@goldbach
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

On Thu, 2008-02-28 at 16:37 -0800, Neil Conway wrote:
> Attached is a patch that allows an array of Datums + nulls to be
> inserted into a tuplestore without first creating a HeapTuple, per
> recent suggestion on -hackers. This avoids making an unnecessary copy.

Applied to HEAD.

-Neil

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2008-03-25 19:54:46 Integer datetime by default
Previous Message Gokulakannan Somasundaram 2008-03-25 19:36:18 Re: Proposal for Null Bitmap Optimization(for Trailing NULLs)