pgsql: Tweak generation of Gen_dummy_probes.pl - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Tweak generation of Gen_dummy_probes.pl
Date
Msg-id E1lgcPL-0000Sy-MH@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Tweak generation of Gen_dummy_probes.pl

Use a static prolog file instead of generating the prolog from the
existing perl script. Also, support generation of the file in a vpath
build.

Discussion: https://postgr.es/m/700620.1620662868@sss.pgh.pa.us

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/0bf62931cae0db1294937eb9190b183494af4cf8

Modified Files
--------------
src/backend/utils/Gen_dummy_probes.pl.prolog | 19 +++++++++++++++++++
src/backend/utils/Makefile                   |  8 ++++----
src/backend/utils/README.Gen_dummy_probes    |  2 ++
3 files changed, 25 insertions(+), 4 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix vcregress.pl's ancient misspelling of --max-connections.
Next
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Add support for LZ4 build in MSVC scripts