Re: Move bki file pre-processing from initdb to bootstrap - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Move bki file pre-processing from initdb to bootstrap
Date
Msg-id 523731.1693571837@sss.pgh.pa.us
Whole thread Raw
In response to Move bki file pre-processing from initdb to bootstrap  (Krishnakumar R <kksrcv001@gmail.com>)
Responses Re: Move bki file pre-processing from initdb to bootstrap
List 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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Assert failure in ATPrepAddPrimaryKey
Next
From: Jelte Fennema
Date:
Subject: Re: Should we use MemSet or {0} for struct initialization?