updated WIP: arrays of composites

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: "Patches (PostgreSQL)" <pgsql-patches(at)postgresql(dot)org>
Subject: updated WIP: arrays of composites
Date: 2007-05-07 17:33:40
Message-ID: 463F62F4.2060603@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches


Attached is my rework of David Fetter's array of composites patch. It
has all the agreed modifications and checks, except altering the name
mangling.

If people prefer I can apply this as it stands and then get working on
the name mangling piece. Or I can hold off.

I'm still wondering if we can get away without a catalog change on that
- e.g. could we look up an array type by looking for a pg_type entry
containing the base type's oid in the typelem field? Or would that be
too slow?

cheers

andrew

Attachment Content-Type Size
aoc.patch text/x-patch 15.8 KB

Responses

Browse pgsql-patches by date

  From Date Subject
Next Message Tom Lane 2007-05-07 17:48:04 Re: updated WIP: arrays of composites
Previous Message Pavan Deolasee 2007-05-07 15:42:41 Re: HOT patches