From: | "Mitch Vincent" <mitch(at)venux(dot)net> |
---|---|
To: | <mathieu_dube(at)videotron(dot)ca>, "Tom Lane" <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | <pgsql-hackers(at)postgresql(dot)org> |
Subject: | Re: 1024 limits?? |
Date: | 2001-02-05 16:47:40 |
Message-ID: | 00d401c08f93$5aaf5b60$0200000a@windows |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
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
>
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2001-02-05 16:52:35 | Re: 1024 limits?? |
Previous Message | Mitch Vincent | 2001-02-05 16:32:55 | Re: full text searching |