doc: Fix command example to run regression tests with PGOPTIONS

Michael Paquier <michael@paquier.xyz>

Commit: efe080220942fb8c2fdca66a3ab436159f7db86b
Author: Michael Paquier <michael@paquier.xyz>
Date: 2021-07-26T07:26:47Z
Releases: 15.0
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

Files

PathChange+/−
doc/src/sgml/regress.sgml modified +1 −1

Documentation touched

Discussion