Re: [GENERAL] pg_upgrade problem
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: depesz@depesz.com
Cc: Bruce Momjian <bruce@momjian.us>, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2011-09-05T19:10:55Z
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
hubert depesz lubaczewski <depesz@depesz.com> writes: > On Mon, Sep 05, 2011 at 02:18:18PM -0400, Bruce Momjian wrote: >> If I had to take a guess, it would be that there is some ltree >> incompatibility from PG 8.3 that we didn't know about. > it's possible. [ checks the git history... ] This 8.4 commit: http://git.postgresql.org/gitweb/?p=postgresql.git&a=commitdiff&h=8eee65c996048848c20f6637c1d12b319a4ce244 changed a number of ltree data structures, though I'm not sure whether any of those are on-disk structures. regards, tom lane