Add a new tuplestore API function, tuplestore_putvalues(). This is

Neil Conway <neilc@samurai.com>

Commit: 1d812a98b47da94ad274dcac682c5d2c014aae16
Author: Neil Conway <neilc@samurai.com>
Date: 2008-03-25T19:26:54Z
Releases: 8.4.0
Add a new tuplestore API function, tuplestore_putvalues(). This is
identical to tuplestore_puttuple(), except it operates on arrays of
Datums + nulls rather than a fully-formed HeapTuple. In several places
that use the tuplestore API, this means we can avoid creating a
HeapTuple altogether, saving a copy.

Files