Move bki file pre-processing from initdb - part 1 - initdb->genbki.pl

From: Krishnakumar R <kksrcv001(at)gmail(dot)com>
To: Peter Eisentraut <peter(at)eisentraut(dot)org>, pgsql-hackers(at)postgresql(dot)org
Subject: Move bki file pre-processing from initdb - part 1 - initdb->genbki.pl
Date: 2023-12-04 10:03:12
Message-ID: CAPMWgZ9_aBMVgh-y7wbgLBzrw3R67ugJ5z9cNtvEbv5t7KnbxA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

As per discussion in [1] splitting the patch. Part1 moves replacement
logic in initdb of NAMEDATALEN, FLOAT8PASSBYVAL, SIZEOF_VOID_P,
ALIGNOF_POINTER to compile time via genbki.pl.

--
Thanks and regards,
Krishnakumar (KK).
[Microsoft]

[1] https://www.postgresql.org/message-id/flat/CAPMWgZ9TCByVjpfdsgyte4rx%3DYsrAttYay2xDK4UN4Lm%3D-wJMQ%40mail.gmail.com

Attachment Content-Type Size
v4-0001-Move-some-BKI-token-replacement-from-initdb-to-co.patch text/x-patch 6.4 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message John Naylor 2023-12-04 10:22:03 Re: XID formatting and SLRU refactorings (was: Add 64-bit XIDs into PostgreSQL 15)
Previous Message Alexander Lakhin 2023-12-04 10:00:00 Re: collect_corrupt_items_vacuum.patch