From: | "tanghy(dot)fnst(at)fujitsu(dot)com" <tanghy(dot)fnst(at)fujitsu(dot)com> |
---|---|
To: | Michael Paquier <michael(at)paquier(dot)xyz> |
Cc: | PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>, "peter(at)eisentraut(dot)org" <peter(at)eisentraut(dot)org>, Craig Ringer <craig(dot)ringer(at)2ndquadrant(dot)com> |
Subject: | RE: [Doc] Tiny fix for regression tests example |
Date: | 2021-07-26 05:50:28 |
Message-ID: | OS0PR01MB61137BF85F4E2231465D544CFBE89@OS0PR01MB6113.jpnprd01.prod.outlook.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-docs pgsql-hackers |
On Monday, July 26, 2021 1:04 PM, Michael Paquier <michael(at)paquier(dot)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 | Content-Type | Size |
---|---|---|
V2-0001-minor-fix-for-regress-example.patch | application/octet-stream | 1.1 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2021-07-26 07:28:04 | Re: [Doc] Tiny fix for regression tests example |
Previous Message | Michael Paquier | 2021-07-26 04:04:00 | Re: [Doc] Tiny fix for regression tests example |
From | Date | Subject | |
---|---|---|---|
Next Message | Michael Paquier | 2021-07-26 06:01:35 | Re: Incorrect usage of strtol, atoi for non-numeric junk inputs |
Previous Message | vignesh C | 2021-07-26 05:25:06 | Re: Added schema level support for publication. |