pgsql: Tweak generation of Gen_dummy_probes.pl

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Tweak generation of Gen_dummy_probes.pl
Date: 2021-05-12 00:07:23
Message-ID: E1lgcPL-0000Sy-MH@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2021-05-12 00:49:35 Re: pgsql: Add support for LZ4 build in MSVC scripts
Previous Message Tom Lane 2021-05-11 23:17:16 pgsql: Fix vcregress.pl's ancient misspelling of --max-connections.