Re: Re: [Pg-migrator-general] Composite types break pg_migrated tables

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Bruce Momjian <bruce(at)momjian(dot)us>
Cc: Jeff <threshar(at)threshar(dot)is-a-geek(dot)com>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: [Pg-migrator-general] Composite types break pg_migrated tables
Date: 2009-08-05 23:13:24
Message-ID: 2865.1249514004@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Bruce Momjian <bruce(at)momjian(dot)us> writes:
> I received the following pg_migrator bug report today and was able to
> reproduce the reported failure when using composite types:

> test=> SELECT * FROM breakmigrator;
> ERROR: cache lookup failed for type 27604

Hm ... has anyone tested pg_migrator using either composite types or
arrays of user-defined types? Both of them have got user-defined-type
OIDs in on-disk data, now that I think about it. For that matter, enums
are going to be a problem too.

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2009-08-05 23:51:50 Re: slow commits with heavy temp table usage in 8.4.0
Previous Message Josh Berkus 2009-08-05 22:59:28 Re: Alpha Releases: Docs?