> +# 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