Re: Fix segfault in pg_restore

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Oliver Elphick <olly(at)lfix(dot)co(dot)uk>
Cc: PostgreSQL Patches <pgsql-patches(at)postgresql(dot)org>
Subject: Re: Fix segfault in pg_restore
Date: 2003-01-27 00:25:03
Message-ID: 18127.1043627103@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-patches

Oliver Elphick <olly(at)lfix(dot)co(dot)uk> writes:
> In pg_restore, die_horribly() is sometimes called with AH a null
> pointer. If that happens, there is currently a segfault because the
> code attempts to dereference an element in the AH structure
> unconditionally:

Patch applied in CVS HEAD and REL7_3 branch. Thanks.

regards, tom lane

In response to

Browse pgsql-patches by date

  From Date Subject
Next Message Neil Conway 2003-01-27 01:07:45 fix pl/pgsql %type bug
Previous Message Neil Conway 2003-01-26 22:10:03 minor doc / usage fixes