Re: Re: 1024 limits??

From: Mathieu Dube <mathieu_dube(at)videotron(dot)ca>
To: "Mitch Vincent" <mitch(at)venux(dot)net>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Re: 1024 limits??
Date: 2001-02-05 18:18:48
Message-ID: 01020513191903.10576@therver.local2.lan
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Which file should I read the symbol from??

On Mon, 05 Feb 2001, Mitch Vincent wrote:
> You need to compile PostgreSQL from source with -g ..
>
> ftp.postgresql.org is the main FTP, there are many mirrors. Look for the
> source tarball there..
>
> -Mitch
>
> ----- Original Message -----
> From: "Mathieu Dube" <mathieu_dube(at)videotron(dot)ca>
> To: "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us>
> Cc: <pgsql-hackers(at)postgresql(dot)org>
> Sent: Monday, February 05, 2001 11:31 AM
> Subject: Re: 1024 limits??
>
>
> > Im currently using rpms
> > is there a way to just remove an rpm(the API one) and compile only that??
> >
> > where can I find libpq sources?
> >
> > my app is already compiled with -g
> >
> > On Mon, 05 Feb 2001, you wrote:
> > > Mathieu Dube <mathieu_dube(at)videotron(dot)ca> writes:
> > > > if I do bt on gdb it says: 0x4b3003d in ?? ()
> > >
> > > You'll need to recompile libpq and your application with -g in CFLAGS
> > > to get a more useful backtrace from gdb.
> > >
> > > regards, tom lane
> > --
> > Mathieu Dube
> > Mondo-Live
> > www.flipr.com
> >
--
Mathieu Dube
Mondo-Live
www.flipr.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Mitch Vincent 2001-02-05 18:21:17 PostgreSQL -> PHP problem
Previous Message Mario Weilguni 2001-02-05 18:04:38 Re: Implementing an operator in C?