RE: doc: Document how to run regression tests with custom server settings

2021-06-30 Thread tanghy.f...@fujitsu.com
On Wednesday, June 30, 2021 11:15 AM, Craig Ringer craig.rin...@2ndquadrant.com wrote >Yes, that'd make a lot of sense. > >PGOPTIONS is more suited for client settings. > >Willing to cook up a quick patch? Thanks for replying. Here is my patch to fix the doc

Re: doc: Document how to run regression tests with custom server settings

2021-06-29 Thread Craig Ringer
On Mon, 21 Jun 2021 at 15:43, tanghy.f...@fujitsu.com < tanghy.f...@fujitsu.com> wrote: > Hi > > I was doing regression testing according to the PG-doc at [1]. > The modification at 854434c5 seems not correct, could you please take a > check at it? > > >make check PGOPTIONS="-c log_checkpoints=on

RE: doc: Document how to run regression tests with custom server settings

2021-06-21 Thread tanghy.f...@fujitsu.com
Hi I was doing regression testing according to the PG-doc at [1]. The modification at 854434c5 seems not correct, could you please take a check at it? >make check PGOPTIONS="-c log_checkpoints=on -c work_mem=50MB" The above command reported an error like this: failed: FATAL: parameter "log_c