Re: [GENERAL] pg_upgrade problem
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Bruce Momjian <bruce@momjian.us>
Cc: depesz@depesz.com, PostgreSQL-development <pgsql-hackers@postgresql.org>
Date: 2011-09-05T21:26:00Z
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
Bruce Momjian <bruce@momjian.us> writes: > Odd it is dying in the memory freeing at executor close --- not in the > ltree code. Doesn't seem odd. The glibc complaint previously shown already indicates this is a memory stomp problem. --enable-cassert might (or might not) provide additional help. regards, tom lane