1
0
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:
Bruce Momjian
2010-10-19 15:57:55 +00:00
parent 51eeccd6cc
commit 722d5beeb2
2 changed files with 3 additions and 3 deletions

View File

@@ -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",