pgsql: doc: Fix command example to run regression tests with PGOPTIONS - Mailing list pgsql-committers

From Michael Paquier
Subject pgsql: doc: Fix command example to run regression tests with PGOPTIONS
Date
Msg-id E1m7v1P-0000Pw-QR@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/f2a37ddbb10177fd731109df4a63d10150a91c0d

Modified Files
--------------
doc/src/sgml/regress.sgml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Harden pg_stat_statements tests against CLOBBER_CACHE_ALWAYS.
Next
From: Dean Rasheed
Date:
Subject: pgsql: Allow numeric scale to be negative or greater than precision.