Re: Increased BLKSZ, but now pgsql seg-faults?

From: "Steve Wolfe" <steve(at)iboats(dot)com>
To: "general-help postgresql" <pgsql-general(at)postgresql(dot)org>
Subject: Re: Increased BLKSZ, but now pgsql seg-faults?
Date: 2000-09-27 18:12:31
Message-ID: 003a01c028ae$a34b1040$50824e40@iboats.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

> 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).

The developpers have said several times here that increaseing BLKSZ has
bad side-effects. : )

steve

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mitch Vincent 2000-09-27 19:04:12 Re: Increased BLKSZ, but now pgsql seg-faults?
Previous Message Wade D. Oberpriller 2000-09-27 18:07:26 Increased BLKSZ, but now pgsql seg-faults?