Re: Representation of index clause lists

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: Representation of index clause lists
Date: 2011-12-24 02:00:12
Message-ID: CA+TgmoaB05NPcV4B5Xk2gYcQ0XRK4tTmu-W-2cwtKcccABYUrQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Dec 23, 2011 at 7:53 PM, Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> wrote:
> Thoughts either way?

OidFunctionCall11? How about making a struct out of some or all of
those arguments and passing that?

What about using arrays rather than Lists?

--
Robert Haas
EnterpriseDB: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2011-12-24 03:51:07 Re: Representation of index clause lists
Previous Message Alvaro Herrera 2011-12-24 01:44:11 Re: patch: bytea_agg