pgsql: doc: Fix command example to run regression tests with PGOPTIONS

2021-07-26 Thread Michael Paquier
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. Oversigh

pgsql: doc: Fix command example to run regression tests with PGOPTIONS

2021-07-26 Thread Michael Paquier
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. Oversigh