RE: [Doc] Tiny fix for regression tests example

tanghy.fnst@fujitsu.com <tanghy.fnst@fujitsu.com>

From: "tanghy.fnst@fujitsu.com" <tanghy.fnst@fujitsu.com>
To: Michael Paquier <michael@paquier.xyz>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>, "peter@eisentraut.org" <peter@eisentraut.org>, Craig Ringer <craig.ringer@2ndquadrant.com>
Date: 2021-07-26T05:50:28Z
Lists: pgsql-hackers, pgsql-docs

Attachments

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

Commits

  1. doc: Fix command example to run regression tests with PGOPTIONS