Increased BLKSZ, but now pgsql seg-faults? - Mailing list pgsql-general

From oberpwd@anubis.network.com (Wade D. Oberpriller)
Subject Increased BLKSZ, but now pgsql seg-faults?
Date
Msg-id 200009271807.NAA14050@truck.network.com
Whole thread Raw
Responses Re: Increased BLKSZ, but now pgsql seg-faults?
List pgsql-general
Hello,

I've increased the BLKSZ to 32K to support large tuples and then I did a full
re-compile (gmake clean, configure, gmake all, gmake install) and the database
accepts my large tuples. But now when I come in through psql, I get a
segmentation fault inside of psql when I try to display the table with the large
tuples (i.e. \d largetable).

I know psql is for a user-interface to the database, and my application won't be
needing this in the end, but it would be nice to use psql for debugging and
development. Is there a way to increase the buffer sizes (I'm assuming that is
what is causing the problem). Here is the output when it seq-faults:

Segmentation Fault (core dumped)
pq_recvbuf: unexpected EOF on client connection

Wade Oberpriller

pgsql-general by date:

Previous
From: Travis Bauer
Date:
Subject: Re: pg_hba.conf
Next
From: Gunnar R|nning
Date:
Subject: Re: JDBC performance