mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
doc: Fix command example to run regression tests with PGOPTIONS
The documentation mentioned the use of log_checkpoints, that cannot be
used in this context. This commit replaces log_checkpoints with
force_parallel_mode, a developer option useful to perform checks related
to parallelism.
Oversight in 854434c
.
Author: Haiying Tang
Discussion: https://postgr.es/m/OS0PR01MB6113954B883ACEB2DDC973F2FBE59@OS0PR01MB6113.jpnprd01.prod.outlook.com
Backpatch-through: 14
This commit is contained in:
@ -359,7 +359,7 @@ make check LANG=C ENCODING=EUC_JP
|
|||||||
set in the <varname>PGOPTIONS</varname> environment variable (for settings
|
set in the <varname>PGOPTIONS</varname> environment variable (for settings
|
||||||
that allow this):
|
that allow this):
|
||||||
<screen>
|
<screen>
|
||||||
make check PGOPTIONS="-c log_checkpoints=on -c work_mem=50MB"
|
make check PGOPTIONS="-c force_parallel_mode=regress -c work_mem=50MB"
|
||||||
</screen>
|
</screen>
|
||||||
When running against a temporary installation, custom settings can also be
|
When running against a temporary installation, custom settings can also be
|
||||||
set by supplying a pre-written <filename>postgresql.conf</filename>:
|
set by supplying a pre-written <filename>postgresql.conf</filename>:
|
||||||
|
Reference in New Issue
Block a user