Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitefe0802

Browse files
committed
doc: Fix command example to run regression tests with PGOPTIONS
The documentation mentioned the use of log_checkpoints, that cannot beused in this context. This commit replaces log_checkpoints withforce_parallel_mode, a developer option useful to perform checks relatedto parallelism.Oversight in854434c.Author: Haiying TangDiscussion:https://postgr.es/m/OS0PR01MB6113954B883ACEB2DDC973F2FBE59@OS0PR01MB6113.jpnprd01.prod.outlook.comBackpatch-through: 14
1 parent0806d08 commitefe0802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎doc/src/sgml/regress.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -359,7 +359,7 @@ make check LANG=C ENCODING=EUC_JP
359359
set in the <varname>PGOPTIONS</varname> environment variable (for settings
360360
that allow this):
361361
<screen>
362-
make check PGOPTIONS="-clog_checkpoints=on -c work_mem=50MB"
362+
make check PGOPTIONS="-cforce_parallel_mode=regress -c work_mem=50MB"
363363
</screen>
364364
When running against a temporary installation, custom settings can also be
365365
set by supplying a pre-written <filename>postgresql.conf</filename>:

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp