Re: [GENERAL] pg_upgrade problem

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: [GENERAL] pg_upgrade problem
Дата
Msg-id 201109052053.p85KrCG10225@momjian.us
обсуждение исходный текст
Ответ на Re: [GENERAL] pg_upgrade problem  (hubert depesz lubaczewski <depesz@depesz.com>)
Ответы Re: [GENERAL] pg_upgrade problem
Список pgsql-hackers
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.

--  Bruce Momjian  <bruce@momjian.us>        http://momjian.us EnterpriseDB
http://enterprisedb.com
 + It's impossible for everything to be true. +


В списке pgsql-hackers по дате отправления:

Предыдущее
От: hubert depesz lubaczewski
Дата:
Сообщение: Re: [GENERAL] pg_upgrade problem
Следующее
От: Andy Colson
Дата:
Сообщение: Review: prepare plans of embedded sql on function start