Re: [BUGS] pg_upgrade fails with missing FTS resources

2012-06-15 Thread Bruce Momjian
On Fri, Jun 15, 2012 at 10:27:59PM -0400, Tom Lane wrote: > Bruce Momjian writes: > > On Fri, Jun 15, 2012 at 04:15:57PM +0100, Daniele Varrazzo wrote: > >> pg_upgrade fails on missing FTS dictionaries requiring external files. > >> --check fails to detect the incompatibility. > > > Sure, we can

Re: [BUGS] pg_upgrade fails with missing FTS resources

2012-06-15 Thread Tom Lane
Bruce Momjian writes: > On Fri, Jun 15, 2012 at 04:15:57PM +0100, Daniele Varrazzo wrote: >> pg_upgrade fails on missing FTS dictionaries requiring external files. >> --check fails to detect the incompatibility. > Sure, we can test for that. What system column stores these file names? Trying to

Re: [BUGS] pg_upgrade fails with missing FTS resources

2012-06-15 Thread Bruce Momjian
On Fri, Jun 15, 2012 at 04:15:57PM +0100, Daniele Varrazzo wrote: > Hello, > > pg_upgrade fails on missing FTS dictionaries requiring external files. > --check fails to detect the incompatibility. > > E.g. after installed italian_fts (http://pgxn.org/dist/italian_fts/) > into a database, the pg_u