pgsql: Add output directory argument to generate-unicode_norm_table.pl

From: Andres Freund <andres(at)anarazel(dot)de>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Add output directory argument to generate-unicode_norm_table.pl
Date: 2022-07-18 19:56:18
Message-ID: E1oDWqn-000ADP-QW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Add output directory argument to generate-unicode_norm_table.pl

This is in preparation for building postgres with meson / ninja.

When building with meson, commands are run at the root of the build tree. Add
an option to put build output into the appropriate place.

Author: Andres Freund <andres(at)anarazel(dot)de>
Author: Peter Eisentraut <peter(at)eisentraut(dot)org>
Author: Nazir Bilal Yavuz <byavuz81(at)gmail(dot)com>
Discussion: https://postgr.es/m/5e216522-ba3c-f0e6-7f97-5276d0270029@enterprisedb.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c8a9246e09cc2786923df8e5abf3c9c317f3493c

Modified Files
--------------
src/common/unicode/generate-unicode_norm_table.pl | 19 +++++++++++++------
1 file changed, 13 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2022-07-18 21:14:08 Re: pgsql: ecpg: Output dir, source dir, stamp file argument for preproc/*.
Previous Message Peter Eisentraut 2022-07-18 19:08:23 pgsql: Re-add SPICleanup for ABI compatibility in stable branch