Re: GiST consistent function, expected arguments; multi-dimensional indexes

From: Martijn van Oosterhout <kleptog(at)svana(dot)org>
To: Eric <fishware(at)comcast(dot)net>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: GiST consistent function, expected arguments; multi-dimensional indexes
Date: 2007-07-02 20:47:18
Message-ID: 20070702204718.GE12254@svana.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Mon, Jul 02, 2007 at 10:44:55AM -0700, Eric wrote:
> I guess you can also get this before writing code from
>
> select typbyval from pg_type where typname='mytype'

Note that the flag might not be constant. For example int8 is not byval
currently whereas it could be on a 64-bit architecture. However,
variable-length values are always byref.

Have a nice day,
--
Martijn van Oosterhout <kleptog(at)svana(dot)org> http://svana.org/kleptog/
> From each according to his ability. To each according to his ability to litigate.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Treat 2007-07-02 21:23:02 Re: [COMMITTERS] pgsql: Fix PGXS conventions so that extensions can be built against
Previous Message Tom Lane 2007-07-02 20:47:08 Re: Postgresql.conf cleanup