pgsql: meson: don't require 'touch' binary, make use of 'cp' optional

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: meson: don't require 'touch' binary, make use of 'cp' optional
Date: 2023-03-08 03:55:52
Message-ID: E1pZku8-002Rk3-0w@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

meson: don't require 'touch' binary, make use of 'cp' optional

We already didn't use touch (some earlier version of the meson build did ),
and cp is only used for updating unicode files. The latter already depends on
the optional availability of 'wget', so doing the same for 'cp' makes sense.

Eventually we probably want a portable command for updating source code as
part of a target, but for now...

Reported-by: Andrew Dunstan <andrew(at)dunslane(dot)net>
Discussion: https://postgr.es/m/70e96c34-64ee-e549-8c4a-f91a7a668804@dunslane.net

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/401874ab020b44d8000ac90debef43a146b96d5a

Modified Files
--------------
meson.build | 2 +-
src/common/unicode/meson.build | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2023-03-08 05:39:03 pgsql: Refine query jumbling handling for CallStmt
Previous Message Michael Paquier 2023-03-08 02:42:21 pgsql: Ignore IntoClause.viewQuery in query jumbling