Re: [PATCHES] Arrays of Complex Types - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [PATCHES] Arrays of Complex Types
Date
Msg-id 13652.1176085463@sss.pgh.pa.us
Whole thread Raw
In response to Re: [PATCHES] Arrays of Complex Types  (Andrew Dunstan <andrew@dunslane.net>)
Responses Re: [PATCHES] Arrays of Complex Types
List pgsql-hackers
Andrew Dunstan <andrew@dunslane.net> writes:
> How would we do that? Not create the array types in bootstrap mode? Or
> just special-case pg_statistic?

Not generate them in bootstrap mode works for me.  IIRC, there's code
somewhere in there that allows anyarray to pass as a column type in
bootstrap mode, so that seems to fit ...

            regards, tom lane

pgsql-hackers by date:

Previous
From: Gavin Sherry
Date:
Subject: Re: Bitmap index thoughts (another segfault)
Next
From: "Pavan Deolasee"
Date:
Subject: Re: CIC and deadlocks