RE: [Doc] Tiny fix for regression tests example - Mailing list pgsql-hackers

From tanghy.fnst@fujitsu.com
Subject RE: [Doc] Tiny fix for regression tests example
Date
Msg-id OS0PR01MB61137BF85F4E2231465D544CFBE89@OS0PR01MB6113.jpnprd01.prod.outlook.com
Whole thread Raw
In response to Re: [Doc] Tiny fix for regression tests example  (Michael Paquier <michael@paquier.xyz>)
Responses Re: [Doc] Tiny fix for regression tests example  (Michael Paquier <michael@paquier.xyz>)
List pgsql-hackers
On Monday, July 26, 2021 1:04 PM, Michael Paquier <michael@paquier.xyz> wrote:
>> -make check PGOPTIONS="-c log_checkpoints=on -c work_mem=50MB"
>> +make check PGOPTIONS="-c geqo=off -c work_mem=50MB"
>>
>> log_checkpoints couldn't be set in PGOPTIONS.
>>
>> Replace log_checkpoints with geqo in the example code
>>
>Right, that won't work.  What about using something more
>developer-oriented here, say force_parallel_mode=regress?

Thanks for your comment. Agree with your suggestion.
Modified it in the attachment patch.

Regards,
Tang

Attachment

pgsql-hackers by date:

Previous
From: vignesh C
Date:
Subject: Re: Added schema level support for publication.
Next
From: Michael Paquier
Date:
Subject: Re: Incorrect usage of strtol, atoi for non-numeric junk inputs