Re: BUG #1096: pg_restore cannot restore large objects with other oid columns

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Janko Richter <jankorichter(at)yahoo(dot)de>
Cc: PostgreSQL Bugs List <pgsql-bugs(at)postgresql(dot)org>
Subject: Re: BUG #1096: pg_restore cannot restore large objects with other oid columns
Date: 2004-03-11 23:41:06
Message-ID: 2886.1079048466@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Janko Richter <jankorichter(at)yahoo(dot)de> writes:
> I have found the bug.
> Unfortunately, I have a table called public.pg_proc within my database
> with the same structure of pg_catalog.pg_proc. I did a test with it and
> forgot to drop it.

> Within postgresql-7.4.1/src/interfaces/libpq/fe-lobj.c near line 555 is
> a query call as

Now that's a coincidence. I just fixed that problem about a week ago
--- it's fixed in 7.4.2 ...

regards, tom lane

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Chris Campbell 2004-03-12 01:29:10 Function is called multiple times in subselect
Previous Message Janko Richter 2004-03-11 22:14:47 Re: BUG #1096: pg_restore cannot restore large objects with