Re: Arrays of Complex Types

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: David Fetter <david(at)fetter(dot)org>
Cc: PG Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Arrays of Complex Types
Date: 2007-03-26 02:18:14
Message-ID: 2078.1174875494@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-patches

David Fetter <david(at)fetter(dot)org> writes:
> I've written up a patch intended to implement this on the
> non-pg_catalog tables and VIEWs, but while it builds, it doesn't
> initdb. Enclosed are the patch and the error log.
> Any hints as to what I might look at?

> creating template1 database in /var/lib/pgsql/pgsql/src/test/regress/./tmp_check/data/base/1 ... ok
> initializing pg_authid ... ok
> initializing dependencies ... ok
> creating system views ... ok
> loading system objects' descriptions ... FATAL: cache lookup failed for type 11096
> child process exited with exit code 1

That step of initdb creates a TEMP table ... maybe your patch doesn't
work for temp tables? Anyway, you're certainly far enough along there
that you could fire up the postmaster and reproduce the error in a
normal debugging environment.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2007-03-26 02:20:27 Re: Server-side support of all encodings
Previous Message ITAGAKI Takahiro 2007-03-26 01:39:17 Server-side support of all encodings

Browse pgsql-patches by date

  From Date Subject
Next Message Greg Smith 2007-03-26 03:13:56 Re: Load distributed checkpoint V3
Previous Message David Fetter 2007-03-26 01:31:58 Re: Arrays of Complex Types