Re: [Doc] Tiny fix for regression tests example

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: [Doc] Tiny fix for regression tests example
Дата
Msg-id YP40MHqvUJuJPcwW@paquier.xyz
обсуждение исходный текст
Ответ на [Doc] Tiny fix for regression tests example  ("tanghy.fnst@fujitsu.com" <tanghy.fnst@fujitsu.com>)
Ответы RE: [Doc] Tiny fix for regression tests example
Список pgsql-hackers
On Fri, Jul 23, 2021 at 06:12:02AM +0000, tanghy.fnst@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

Вложения

В списке pgsql-hackers по дате отправления:

Предыдущее
От: Fujii Masao
Дата:
Сообщение: Re: Planning counters in pg_stat_statements (using pgss_store)
Следующее
От: "osumi.takamichi@fujitsu.com"
Дата:
Сообщение: RE: logical replication empty transactions