mirror of
https://github.com/postgres/postgres.git
synced 2026-01-05 23:38:41 +03:00
In pg_upgrade, rename SHELL_EXT to SCRIPT_EXT, for clarity.
This commit is contained in:
@@ -389,7 +389,7 @@ create_script_for_old_cluster_deletion(migratorContext *ctx,
|
||||
prep_status(ctx, "Creating script to delete old cluster");
|
||||
|
||||
snprintf(*deletion_script_file_name, MAXPGPATH, "%s/delete_old_cluster.%s",
|
||||
ctx->cwd, SHELL_EXT);
|
||||
ctx->cwd, SCRIPT_EXT);
|
||||
|
||||
if ((script = fopen(*deletion_script_file_name, "w")) == NULL)
|
||||
pg_log(ctx, PG_FATAL, "Could not create necessary file: %s\n",
|
||||
|
||||
Reference in New Issue
Block a user