Minor cleanup of Meson files given that we require 0.57
Andreas Karlsson <andreas@proxel.se>
From: Andreas Karlsson <andreas@proxel.se>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2026-04-01T15:34:56Z
Lists: pgsql-hackers
Attachments
- v1-0001-Meson-Fix-todos-about-check_header-with-virtual-d.patch (text/x-patch) patch v1-0001
- v1-0002-Meson-Fix-version-number-in-todo-comment-about-st.patch (text/x-patch) patch v1-0002
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
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Meson: Fix check_header() for readline and gssapi
- 63a116a96e73 19 (unreleased) landed