Re: [HACKERS] regression tests fail for different block sizes

2014-05-13 Thread Tom Lane
Jeff Davis writes: > In master, 4 tests fail due to plan changes with blocksize 32K. The > failures started creeping in around 9.0. AFAIR, that's been true since the dark ages, not since 9.0. > I don't see a clean way to make the plans consistent with 8K and 32K > pages, so I was about to write

[HACKERS] regression tests fail for different block sizes

2014-05-13 Thread Jeff Davis
In master, 4 tests fail due to plan changes with blocksize 32K. The failures started creeping in around 9.0. I don't see a clean way to make the plans consistent with 8K and 32K pages, so I was about to write this off as "we don't care much". Then I ran with block size 1KB, and I got what appears