Re: Fix segfault in pg_restore - Mailing list pgsql-patches

From Tom Lane
Subject Re: Fix segfault in pg_restore
Date
Msg-id 18127.1043627103@sss.pgh.pa.us
Whole thread Raw
In response to Fix segfault in pg_restore  (Oliver Elphick <olly@lfix.co.uk>)
List pgsql-patches
Oliver Elphick <olly@lfix.co.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

pgsql-patches by date:

Previous
From: Neil Conway
Date:
Subject: minor doc / usage fixes
Next
From: Neil Conway
Date:
Subject: fix pl/pgsql %type bug