Re: Blocksize Config Make Check Failures

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: GMail <mfwilson(at)gmail(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Blocksize Config Make Check Failures
Date: 2015-12-19 21:34:24
Message-ID: 32157.1450560864@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

GMail <mfwilson(at)gmail(dot)com> writes:
> I'm attempting to get a little bit more disk performance out of a data
> warehouse like PG 9.5 RC1 instance I have that is running on ZFS
> (recordsize=128K). When trying to make PG 9.5RC1 with --blocksize > 8
> four of the make check tests are reported as failing.

Yeah, that's unsurprising. You can also get some discrepancies from the
expected output if you, eg, run with nondefault planner parameters.

Thanks for pointing this out though, because I notice that somebody
stuck a bunch of plain EXPLAIN commands into rowsecurity.sql, in clear
violation of the project policy about using COSTS OFF in regression
explain commands. That's causing some though not all of your diffs,
and might lead to pseudo-failures in other environments that we do
consider supported. I'll go fix that ...

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Amitabh Kant 2015-12-20 01:50:57 Moving Postgresql 9.1 instance from FreeBSD 9.0 machine to FreeBSD 10.2
Previous Message GMail 2015-12-19 20:05:36 Blocksize Config Make Check Failures