Re: Getting rid of regression test input/ and output/ files
Tom Lane <tgl@sss.pgh.pa.us>
From: Tom Lane <tgl@sss.pgh.pa.us>
To: Peter Eisentraut <peter.eisentraut@enterprisedb.com>
Cc: pgsql-hackers@lists.postgresql.org
Date: 2021-12-20T15:09:25Z
Lists: pgsql-hackers
Peter Eisentraut <peter.eisentraut@enterprisedb.com> writes: > On 19.12.21 00:53, Tom Lane wrote: >> I was a bit surprised to realize that we didn't have any way >> to do that already --- psql has \setenv, so why did we never >> invent \getenv? > You can do > \set foo `echo $ENVVAR` > but that's probably not portable enough for your purpose. I suppose that wouldn't work on Windows, so no. regards, tom lane
Commits
-
Merge dblink's paths test script into its main test.
- 0e6e7f0806b2 15.0 landed
-
Remove dynamic translation of regression test scripts, step 2.
- dc9c3b0ff214 15.0 landed
-
Remove dynamic translation of regression test scripts, step 1.
- d1029bb5a26c 15.0 landed
-
Add a \getenv command to psql.
- 33d3eeadb21d 15.0 landed