mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Have pg_upgrade create its output files in the current directory, rather
than in a subdirectory of the $HOME directory, or $TMP in Windows.
This commit is contained in:
@ -213,7 +213,7 @@ check_loadable_libraries(migratorContext *ctx)
|
||||
prep_status(ctx, "Checking for presence of required libraries");
|
||||
|
||||
snprintf(output_path, sizeof(output_path), "%s/loadable_libraries.txt",
|
||||
ctx->output_dir);
|
||||
ctx->cwd);
|
||||
|
||||
for (libnum = 0; libnum < ctx->num_libraries; libnum++)
|
||||
{
|
||||
|
Reference in New Issue
Block a user