enabling FOO=bar arguments to vcregress.pl

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: enabling FOO=bar arguments to vcregress.pl
Date: 2021-11-01 15:33:21
Message-ID: 46c40cc7-db28-b684-379d-43b34daa5ffa@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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 Content-Type Size
vcregress-foo=bar.patch text/x-patch 550 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2021-11-01 15:58:35 Re: inefficient loop in StandbyReleaseLockList()
Previous Message Fujii Masao 2021-11-01 15:26:10 Re: [PATCH] Added TRANSFORM FOR for COMMENT tab completion