| From: | Peter Eisentraut <peter(at)eisentraut(dot)org> |
|---|---|
| To: | Andres Freund <andres(at)anarazel(dot)de> |
| Cc: | Tristan Partin <tristan(at)neon(dot)tech>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org> |
| Subject: | Re: make dist using git archive |
| Date: | 2024-03-26 07:36:58 |
| Message-ID: | f29d1b81-59c5-4e59-b286-97e2a7a3b0a9@eisentraut.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
On 26.03.24 01:23, Andres Freund wrote:
> On 2024-03-25 06:44:33 +0100, Peter Eisentraut wrote:
>> Done and committed.
>
> This triggered a new warning for me:
>
> ../../../../../home/andres/src/postgresql/meson.build:3422: WARNING: Project targets '>=0.54' but uses feature introduced in '0.55.0': Passing executable/found program object to script parameter of add_dist_script.
Hmm, I don't see that. Is there another version dependency that
controls when you see version dependency warnings? ;-)
We could trivially remove this particular line, or perhaps put a
if meson.version().version_compare('>=0.55')
around it. (But would that still warn?)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Alvaro Herrera | 2024-03-26 07:39:52 | Re: pgsql: Track last_inactive_time in pg_replication_slots. |
| Previous Message | walther | 2024-03-26 07:36:40 | Re: Regression tests fail with musl libc because libpq.so can't be loaded |