Re: fix stats_fetch_consistency value in postgresql.conf.sample

Поиск
Список
Период
Сортировка
От Justin Pryzby
Тема Re: fix stats_fetch_consistency value in postgresql.conf.sample
Дата
Msg-id 20220713173000.GD18011@telsasoft.com
обсуждение исходный текст
Ответ на Re: fix stats_fetch_consistency value in postgresql.conf.sample  (Kyotaro Horiguchi <horikyota.ntt@gmail.com>)
Список pgsql-hackers
> +# The following parameters are defaultly set with
> +# environment-dependent values at run-time which may not match the
> +# default values written in the sample config file.
> +my %ignore_parameters = 
> +  map { $_ => 1 } (
> +      'data_directory',
> +      'hba_file',
> +      'ident_file',
> +      'krb_server_keyfile',
> +      'max_stack_depth',
> +      'bgwriter_flush_after',
> +      'wal_sync_method',
> +      'checkpoint_flush_after',
> +      'timezone_abbreviations',
> +      'lc_messages',
> +      'wal_buffers');

How did you make this list ?  Was it by excluding things that failed for you ?

cfbot is currently failing due to io_concurrency on windows.
I think there are more GUC which should be included here.

http://cfbot.cputube.org/kyotaro-horiguchi.html

-- 
Justin



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: make update-po@master stops at pg_upgrade
Следующее
От: Melih Mutlu
Дата:
Сообщение: Re: logical replication restrictions