Re: Bug in user-defined types? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Bug in user-defined types?
Date
Msg-id 7689.986221470@sss.pgh.pa.us
Whole thread Raw
In response to Bug in user-defined types?  (Adriaan Joubert <a.joubert@albourne.com>)
List pgsql-hackers
Adriaan Joubert <a.joubert@albourne.com> writes:
>     In response to comments made here, I have been rewriting the unsigned
> types as externally loadable. Using the same routines that worked fine
> when linked statically into the backend gives me core-dumps only.

Seems unlikely that that code could have worked either way, since you
forgot to mark type uint2 as PASSEDBYVALUE...
        regards, tom lane


pgsql-hackers by date:

Previous
From: The Hermit Hacker
Date:
Subject: Re: CVS commits
Next
From: Bruce Momjian
Date:
Subject: Re: [SQL] Re: pg_dump potential bug -UNIQUE INDEX on PG_SHADOW Dont!! HELP