| From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
|---|---|
| To: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
| Cc: | David Fetter <david(at)fetter(dot)org>, Bruce Momjian <bruce(at)momjian(dot)us>, Alvaro Herrera <alvherre(at)commandprompt(dot)com>, PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>, PG Hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: [HACKERS] Arrays of Complex Types |
| Date: | 2007-04-09 02:24:23 |
| Message-ID: | 13652.1176085463@sss.pgh.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers pgsql-patches |
Andrew Dunstan <andrew(at)dunslane(dot)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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | ITAGAKI Takahiro | 2007-04-09 02:48:44 | Re: UTF8MatchText |
| Previous Message | Gavin Sherry | 2007-04-09 02:22:02 | Re: Bitmap index thoughts (another segfault) |
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2007-04-09 02:28:23 | Re: [PATCHES] Fix misleading references to columns in GRANT/REVOKE summaries |
| Previous Message | Andrew Dunstan | 2007-04-09 01:53:46 | Re: [HACKERS] Arrays of Complex Types |