Re: [HACKERS] Minor problems reloading dump in 7.0beta1 - Mailing list pgsql-hackers

From Tom Lane
Subject Re: [HACKERS] Minor problems reloading dump in 7.0beta1
Date
Msg-id 21903.951408359@sss.pgh.pa.us
Whole thread Raw
In response to Minor problems reloading dump in 7.0beta1  (Magnus Hagander <mha@sollentuna.net>)
Responses Re: [HACKERS] Minor problems reloading dump in 7.0beta1
Re: [HACKERS] Minor problems reloading dump in 7.0beta1
List pgsql-hackers
Magnus Hagander <mha@sollentuna.net> writes:
> - It fails to reload datetime indexes, because of "DefineIndex: datetime_ops
> class not found".

Oops.  Comparing 6.5 and current pg_opclass contents, I see we are going
to have this trouble with timespan_ops and oid8_ops as well as with
datetime_ops (although very likely there are no user tables with indexes
on oid8?  Not certain though).

Bruce, do you want to hack the parser to drop these opclass names the
same way it's dropping network_ops?  Or do we need to adopt a cleaner
solution?
        regards, tom lane


pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [HACKERS] Re: [BUGS] First experiences with Postgresql 7.0
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] Re: [BUGS] First experiences with Postgresql 7.0