Minor cleanup of Meson files given that we require 0.57

From: Andreas Karlsson <andreas(at)proxel(dot)se>
To: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Minor cleanup of Meson files given that we require 0.57
Date: 2026-04-01 15:34:56
Message-ID: 00cd2e0c-85df-4cf9-a889-125d85e66980@proxel.se
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

I found a couple of comments about features not supported in meson
versions previous to 0.57 but since we know do require 0.57.2 we can
safely fix them.

The issue fixed is that check_header() previously did not support
dependencies declared with declare_dependency() which seems like an easy
fix which improves code quality a bit.

I also found a comment with a typo which claimed a feature requires
0.56, but str.replace() actually requires 0.58.

--
Andreas Karlsson
Percona

Attachment Content-Type Size
v1-0001-Meson-Fix-todos-about-check_header-with-virtual-d.patch text/x-patch 4.3 KB
v1-0002-Meson-Fix-version-number-in-todo-comment-about-st.patch text/x-patch 972 bytes

Browse pgsql-hackers by date

  From Date Subject
Next Message Jacob Champion 2026-04-01 15:36:14 Re: 'Bad file descriptor: dup2( 1, 2 )' error on MacOS CI tasks
Previous Message Jeff Davis 2026-04-01 15:33:04 Re: Do we still need MULE_INTERNAL?