mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-07 02:27:33 +08:00
Currently, we are making mangled copies of plpython/{expected,sql} to
plpython/python3/{expected,sql}, and run the tests in
plpython/python3. This has the disadvantage that the regression.diffs
file, if any, ends up in plpython/python3, which is not the normal
location. If we instead make the mangled copies in
plpython/{expected,sql}/python3/, we can run the tests from the normal
directory, regression.diffs ends up the normal place, and the
pg_regress invocation also becomes a lot simpler. It's also more
obvious at run time what's going on, because the tests end up being
named "python3/something" in the test output.
8 lines
105 B
Plaintext
8 lines
105 B
Plaintext
/spiexceptions.h
|
|
# Generated subdirectories
|
|
/expected/python3/
|
|
/log/
|
|
/results/
|
|
/sql/python3/
|
|
/tmp_check/
|