From: | Justin Pryzby <pryzby(at)telsasoft(dot)com> |
---|---|
To: | Kyotaro Horiguchi <horikyota(dot)ntt(at)gmail(dot)com> |
Cc: | andres(at)anarazel(dot)de, michael(at)paquier(dot)xyz, nathandbossart(at)gmail(dot)com, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: fix stats_fetch_consistency value in postgresql.conf.sample |
Date: | 2022-07-13 17:30:00 |
Message-ID: | 20220713173000.GD18011@telsasoft.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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
From | Date | Subject | |
---|---|---|---|
Next Message | Melih Mutlu | 2022-07-13 17:34:36 | Re: logical replication restrictions |
Previous Message | Alvaro Herrera | 2022-07-13 17:25:05 | Re: make update-po@master stops at pg_upgrade |