On Sun, Sep 27, 2009 at 4:09 PM, Tom Lane wrote:
> Log Message:
> ---
> Replace the array-style TupleTable data structure with a simple List of
> TupleTableSlot nodes. This eliminates the need to count in advance
> how many Slots will be needed, which seems more than worth the small
> inc
Log Message:
---
Replace the array-style TupleTable data structure with a simple List of
TupleTableSlot nodes. This eliminates the need to count in advance
how many Slots will be needed, which seems more than worth the small
increase in the amount of palloc traffic during executor startup.