Re: GUC values - recommended way to declare the C variables?

Поиск
Список
Период
Сортировка
От Michael Paquier
Тема Re: GUC values - recommended way to declare the C variables?
Дата
Msg-id Y0dgHfEGvvay5nle@paquier.xyz
обсуждение исходный текст
Ответ на Re: GUC values - recommended way to declare the C variables?  (Nathan Bossart <nathandbossart@gmail.com>)
Ответы Re: GUC values - recommended way to declare the C variables?  (Nathan Bossart <nathandbossart@gmail.com>)
Список pgsql-hackers
On Wed, Oct 12, 2022 at 12:12:15PM -0700, Nathan Bossart wrote:
> Looks reasonable to me.  I've marked this as ready-for-committer.

So, the initial values of max_wal_senders and max_replication_slots
became out of sync with their defaults in guc_tables.c.  FWIW, I would
argue the opposite way: rather than removing the initializations, I
would fix and keep them as these references can be useful when
browsing the area of the code related to such GUCs, without having to
look at guc_tables.c for this information.
--
Michael

Вложения

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

Предыдущее
От: David Rowley
Дата:
Сообщение: Re: Allow WindowFuncs prosupport function to use more optimal WindowClause options
Следующее
От: "kuroda.hayato@fujitsu.com"
Дата:
Сообщение: RE: [PATCH] Use indexes on the subscriber when REPLICA IDENTITY is full on the publisher