Minor cleanup of Meson files given that we require 0.57 - Mailing list pgsql-hackers

From Andreas Karlsson
Subject Minor cleanup of Meson files given that we require 0.57
Date
Msg-id 00cd2e0c-85df-4cf9-a889-125d85e66980@proxel.se
Whole thread Raw
List 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

pgsql-hackers by date:

Previous
From: Jeff Davis
Date:
Subject: Re: Do we still need MULE_INTERNAL?
Next
From: Jacob Champion
Date:
Subject: Re: 'Bad file descriptor: dup2( 1, 2 )' error on MacOS CI tasks