On Fri, Jul 23, 2021 at 06:12:02AM +0000, tanghy.f...@fujitsu.com wrote:
> Here's a tiny fix in regress.sgml.
> 
> -make check PGOPTIONS="-c log_checkpoints=on -c work_mem=50MB"
> +make check PGOPTIONS="-c geqo=off -c work_mem=50MB"
> 
> log_checkpoints couldn't be set in PGOPTIONS.
> 
> Replace log_checkpoints with geqo in the example code.

Right, that won't work.  What about using something more
developer-oriented here, say force_parallel_mode=regress?

> -make check EXTRA_REGRESS_OPTS="--temp-config=test_postgresql.conf"
> +make check EXTRA_REGRESS_OPTS="--temp-config=$(pwd)/test_postgresql.conf"
> 
> User needs to specify $(pwd) to let the command execute as expected.

This works as-is.
--
Michael

Attachment: signature.asc
Description: PGP signature

Reply via email to