Re: Headerscheck support for meson

From: Zsolt Parragi <zsolt(dot)parragi(at)percona(dot)com>
To: Álvaro Herrera <alvherre(at)kurilemu(dot)de>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Headerscheck support for meson
Date: 2026-02-17 17:49:10
Message-ID: CAN4CZFNWc_VQdBWY-nt+hpDQW8p=Wfa-CNTdnqCYporORcg7bg@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

My idea was to generate simple source files for each header in the
build directory, and then include everything into one or more static
libraries. The tricky part could be handling generated headers, but I
think that shouldn't be too much of a problem.

Originally I decided against this version because I thought that I had
to somehow duplicate the list of special cases, but now I realized
that I could refactor the list of special files into a separate file
that gets loaded by both meson and the bash script - I'll look at this
approach once more, maybe it will work.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Álvaro Herrera 2026-02-17 18:00:12 Re: make ExecInsertIndexTuples arguments less bad
Previous Message Álvaro Herrera 2026-02-17 17:40:59 Re: Headerscheck support for meson