Re: Regression test fails when BLCKSZ is 1kB

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Zdenek Kotala <Zdenek(dot)Kotala(at)sun(dot)com>
Cc: Peter Eisentraut <peter_e(at)gmx(dot)net>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Regression test fails when BLCKSZ is 1kB
Date: 2008-05-01 19:58:02
Message-ID: 24672.1209671882@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

I wrote:
> Another possible answer is to change the minimum to be just 64K always.
> I'm not certain that it's really sensible to tie the minimum work_mem to
> BLCKSZ --- I don't think we do anything where work_mem is controlling a
> pool of page buffers, do we?

I've committed this change in HEAD. There's no desire to back-patch it
is there?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Chernow 2008-05-02 01:58:09 Re: Odd timezone backend output
Previous Message Andrew Sullivan 2008-05-01 19:17:37 Re: Protection from SQL injection