Re: [BUGS] BUG #7581: changing blocksize makes tests fail

2012-10-03 Thread William Dauchy
Hello Tom, Thank you for your reply, On Wed, Oct 3, 2012 at 4:07 PM, Tom Lane wrote: > This is not a bug. There are any number of changes you could make that > would affect either plan selection or row ordering (which usually means > the same thing) in the regression tests; block size is one, a

Re: [BUGS] BUG #7581: changing blocksize makes tests fail

2012-10-03 Thread Tom Lane
wdau...@gmail.com writes: > I tried to compile pgsql9.2 with the following options: --with-blocksize=16 > and --with-wal-blocksize=16. > Some tests failed. I didn't have the issue with pgsql9.1. This is not a bug. There are any number of changes you could make that would affect either plan select