Re: [GENERAL] pg_upgrade problem
hubert depesz lubaczewski <depesz@depesz.com>
From: hubert depesz lubaczewski <depesz@depesz.com>
To: Bruce Momjian <bruce@momjian.us>
Cc: PostgreSQL-development <pgsql-hackers@postgreSQL.org>
Date: 2011-08-31T17:03:22Z
Lists: pgsql-hackers
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
ltree support for multibyte encodings. Patch was made by
- 8eee65c99604 8.4.0 cited
On Wed, Aug 31, 2011 at 12:16:03PM -0400, Bruce Momjian wrote: > hubert depesz lubaczewski wrote: > > On Fri, Aug 26, 2011 at 12:18:55AM -0400, Bruce Momjian wrote: > > > > > > OK, this was very helpful. I found out that there is a bug in current > > > 9.0.X, 9.1.X, and HEAD that I introduced recently when I excluded temp > > > tables. (The bug is not in any released version of pg_upgrade.) The > > > attached, applied patches should fix it for you. I assume you are > > > running 9.0.X, and not 9.0.4. > > > > pg_upgrade worked. Now I'm doing reindex and later on vacuumdb -az. > > > > will keep you posted. > > FYI, this pg_upgrade bug exists in PG 9.1RC1, but not in earlier betas. > Users can either wait for 9.1 RC2 or Final, or use the patch I posted. > The bug is not in 9.0.4 and will not be in 9.0.5. I assume you mean the bug that caused pg_upgrade to fail. But there still is (existing in 9.0.4 too) bug which causes vacuum to fail. Best regards, depesz