Re: [GENERAL] pg_upgrade problem

From: Bruce Momjian <bruce(at)momjian(dot)us>
To: depesz(at)depesz(dot)com
Cc: PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org>
Subject: Re: [GENERAL] pg_upgrade problem
Date: 2011-09-05 20:53:12
Message-ID: 201109052053.p85KrCG10225@momjian.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general 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(at)momjian(dot)us> http://momjian.us
EnterpriseDB http://enterprisedb.com

+ It's impossible for everything to be true. +

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Rory Campbell-Lange 2011-09-05 20:55:01 Re: UPDATE using query; per-row function calling problem
Previous Message Ron Peterson 2011-09-05 20:48:58 Re: alter column appears to work, but doesn't?

Browse pgsql-hackers by date

  From Date Subject
Next Message Andy Colson 2011-09-05 21:03:25 Review: prepare plans of embedded sql on function start
Previous Message hubert depesz lubaczewski 2011-09-05 20:46:27 Re: [GENERAL] pg_upgrade problem