From: | Joe Conway <mail(at)joeconway(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | David Link <dvlink(at)yahoo(dot)com>, pgsql-general(at)postgresql(dot)org |
Subject: | Re: pq_recvbuf: unexpected EOF |
Date: | 2003-04-25 22:04:09 |
Message-ID: | 3EA9B0D9.8030108@joeconway.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Tom Lane wrote:
> Also, if you compiled Postgres yourself, it would be worth the trouble
> to recompile with --enable-debug and --enable-cassert added to whatever
> configure parameters you used before. I'm not sure what it takes to do
> the equivalent in an RPM-based installation.
>
Get the source RPM and install it. Then read
/usr/share/doc/postgresql-7.3.2/README.rpm-dist, specifically the
section called "REBUILDING FROM SOURCE RPM". The executive summary is
you run something like this:
rpm --rebuild --define 'beta 1' postgresql-7.3.2-1PGDG.src.rpm
On Red Hat 8 & 9 use `rpmbuild` instead of `rpm`
The "beta" option compiles with --enable-debug and --enable-cassert. It
also disables stripping of symbols from the binaries.
Joe
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2003-04-25 22:17:53 | Re: pq_recvbuf: unexpected EOF |
Previous Message | Alvaro Herrera | 2003-04-25 21:57:54 | Re: pq_recvbuf: unexpected EOF |