mirror of https://github.com/citusdata/citus.git
Merge branch 'main' into add-missing-volatile
commit
f9e13d6dea
|
@ -294,6 +294,9 @@ def _run_pg_regress(
|
||||||
output_dir,
|
output_dir,
|
||||||
"--use-existing",
|
"--use-existing",
|
||||||
]
|
]
|
||||||
|
if PG_MAJOR_VERSION >= 16:
|
||||||
|
command.append("--expecteddir")
|
||||||
|
command.append(output_dir)
|
||||||
if extra_tests != "":
|
if extra_tests != "":
|
||||||
command.append(extra_tests)
|
command.append(extra_tests)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue