Re: Move bki file pre-processing from initdb to bootstrap

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Move bki file pre-processing from initdb to bootstrap
Дата
Msg-id 523731.1693571837@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Move bki file pre-processing from initdb to bootstrap  (Krishnakumar R <kksrcv001@gmail.com>)
Ответы Re: Move bki file pre-processing from initdb to bootstrap
Список pgsql-hackers
Krishnakumar R <kksrcv001@gmail.com> writes:
> This patch moves the pre-processing for tokens in the bki file from
> initdb to bootstrap. With these changes the bki file will only be
> opened once in bootstrap and parsing will be done by the bootstrap
> parser.

You haven't provided any iota of evidence why this would be an
improvement.

            regards, tom lane



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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Assert failure in ATPrepAddPrimaryKey
Следующее
От: Jelte Fennema
Дата:
Сообщение: Re: Should we use MemSet or {0} for struct initialization?