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