Re: beta testing - pg_upgrade bug fix - double free

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Pavel Stehule <pavel(dot)stehule(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Bruce Momjian <bruce(at)momjian(dot)us>
Subject: Re: beta testing - pg_upgrade bug fix - double free
Date: 2010-05-23 16:54:49
Message-ID: 17198.1274633689@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Pavel Stehule <pavel(dot)stehule(at)gmail(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2010-05-23 17:18:29 Re: mapping object names to role IDs
Previous Message Tom Lane 2010-05-23 16:35:11 Re: beta testing - planner bug - ERROR: XX000: failed to build any 2-way joins