Re: generic builtin functions - Mailing list pgsql-hackers

From Tom Lane
Subject Re: generic builtin functions
Date
Msg-id 5523.1134091605@sss.pgh.pa.us
Whole thread Raw
In response to Re: generic builtin functions  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> I see in that discussion you say:

>> Every rowtype Datum will carry its own concrete type.

> Are we storing that on disk in every composite object?

Yup.  For a rowtype datum it's not a serious overhead.  I realize
that the same is not true of enums :-(
        regards, tom lane


pgsql-hackers by date:

Previous
From: Stephan Szabo
Date:
Subject: Re: Foreign key trigger timing bug?
Next
From: Trent Shipley
Date:
Subject: Re: [PATCHES] Inherited Constraints