Pavel Stehule <pavel.steh...@gmail.com> writes:
> --- a/contrib/pg_upgrade/check.c
> +++ b/contrib/pg_upgrade/check.c
> @@ -154,7 +154,6 @@ issue_warnings(migratorContext *ctx, char
> *sequence_script_file_name)
>                                          ctx->new.bindir,
> ctx->new.port, sequence_script_file_name,
>                                          ctx->logfile);
>                        unlink(sequence_script_file_name);
> -                       pg_free(sequence_script_file_name);
>                        check_ok(ctx);
>                }

Done, thanks.

                        regards, tom lane

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to