enabling FOO=bar arguments to vcregress.pl - Mailing list pgsql-hackers

From Andrew Dunstan
Subject enabling FOO=bar arguments to vcregress.pl
Date
Msg-id 46c40cc7-db28-b684-379d-43b34daa5ffa@dunslane.net
Whole thread Raw
Responses Re: enabling FOO=bar arguments to vcregress.pl
List pgsql-hackers
As I mentioned recently at
<https://postgr.es/m/5d72f199-dc11-89a8-29d1-f20f9687c86f@dunslane.net>, 
I want to get USE_MODULE_DB working for vcregress.pl. I started out
writing code to strip this from the command line or get it from the
environment, but then it struck me that if would be better to implement
a general Makefile-like mechanism for handling FOO=bar type arguments on
the command line, along the lines of the attached.


Thoughts?


cheers


andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com

Attachment

pgsql-hackers by date:

Previous
From: Fujii Masao
Date:
Subject: Re: [PATCH] Added TRANSFORM FOR for COMMENT tab completion
Next
From: Tom Lane
Date:
Subject: Re: inefficient loop in StandbyReleaseLockList()