Re: [GENERAL] pg_upgrade problem
Peter Eisentraut <peter_e@gmx.net>
From: Peter Eisentraut <peter_e@gmx.net>
To: Bruce Momjian <bruce@momjian.us>
Cc: depesz@depesz.com, PostgreSQL-development <pgsql-hackers@postgreSQL.org>
Date: 2011-09-06T06:20:02Z
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 mån, 2011-09-05 at 16:53 -0400, Bruce Momjian wrote: > hubert depesz lubaczewski wrote: > > > Good. Is it possible to compile with debug symbols, -g? Odd you are > > > crashing in libc. > > > > this had debug: > > > > ./configure \ > > --prefix=/opt/pgsql-9.0.5a-int \ > > --enable-debug \ > > --disable-rpath \ > > --without-perl \ > > --without-python \ > > --without-tcl \ > > --without-openssl \ > > --without-pam \ > > --without-krb5 \ > > --without-gssapi \ > > --enable-nls \ > > --enable-integer-datetimes \ > > --enable-thread-safety \ > > --with-libxml \ > > --with-libxslt \ > > --without-ldap > > --enable-debug adds internal debug calls, not compiler debug symbols. No, you have that backwards.