We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c2bdd2c commit 8af917bCopy full SHA for 8af917b
src/bin/pg_upgrade/t/003_logical_slots.pl
@@ -34,6 +34,11 @@
34
'-P', $newpub->port,
35
$mode);
36
37
+# In a VPATH build, we'll be started in the source directory, but we want
38
+# to run pg_upgrade in the build directory so that any files generated finish
39
+# in it, like delete_old_cluster.{sh,bat}.
40
+chdir ${PostgreSQL::Test::Utils::tmp_check};
41
+
42
# ------------------------------
43
# TEST: Confirm pg_upgrade fails when the new cluster has wrong GUC values
44
0 commit comments