Re: [Segmentation fault] pg_dump binary-upgrade fail for type without element

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Rushabh Lathia <rushabh(dot)lathia(at)gmail(dot)com>
Cc: PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [Segmentation fault] pg_dump binary-upgrade fail for type without element
Date: 2014-10-17 16:50:38
Message-ID: 2213.1413564638@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Rushabh Lathia <rushabh(dot)lathia(at)gmail(dot)com> writes:
> pg_dump binary-upgrade fail with segmentation fault for type without
> element.

Ooops.

> Looking further into code I found that rather then fetching typrelid, we can
> use the already stored typrelid from TypeInfo structure.

Agreed. Patch committed, thanks!

regards, tom lane

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2014-10-17 16:56:52 Re: Hash index creation warning
Previous Message David G Johnston 2014-10-17 16:43:38 Re: Hash index creation warning