Re: [COMMITTERS] pgsql: Support arrays over domains. - Mailing list pgsql-committers

From Tom Lane
Subject Re: [COMMITTERS] pgsql: Support arrays over domains.
Date
Msg-id 24123.1506799963@sss.pgh.pa.us
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Support arrays over domains.  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
Responses Re: [COMMITTERS] pgsql: Support arrays over domains.  (Andrew Dunstan <andrew.dunstan@2ndquadrant.com>)
List pgsql-committers
Andrew Dunstan <andrew.dunstan@2ndquadrant.com> writes:
> We seem to have caused a problem with pg_upgrade :-(

>     pg_restore: [archiver (db)] could not execute query: ERROR:  pg_type
>     array OID value not set when in binary upgrade mode

> Here we're upgrading from 9.2 to HEAD. Of course, there isn't an array
> oid for the domain in 9.2.

Hmm.  That's pretty annoying.  We could certainly go ahead and assign
some unused type OID to the new array type, but the receiving backend
can't really do that, since it doesn't know which type OIDs will be
assigned later in the dump file.

Maybe we could put the burden on pg_upgrade (pg_dump --binary-upgrade)
to select an OID that's not in use in the source database.
        regards, tom lane


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: Re: [COMMITTERS] pgsql: Support arrays over domains.
Next
From: Andrew Dunstan
Date:
Subject: Re: [COMMITTERS] pgsql: Support arrays over domains.