Re: [HACKERS] Running some tests with different segment sizes

2017-09-19 Thread Andres Freund
On 2017-09-19 14:05:44 -0400, Tom Lane wrote: > Andres Freund writes: > > I'm working on merging the customizable segment size patch [1]. I'd > > like to run some of the regression tests using it, to guarantee > > non-standard settings have test coverage. The reason I'd like to adapt > > an exist

Re: [HACKERS] Running some tests with different segment sizes

2017-09-19 Thread Tom Lane
Andres Freund writes: > I'm working on merging the customizable segment size patch [1]. I'd > like to run some of the regression tests using it, to guarantee > non-standard settings have test coverage. The reason I'd like to adapt > an existing test, rather than add a new run of the standard regr