Re: pg_restore stuck in a loop?
- From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
- To: Rod Taylor <pg(at)rbt(dot)ca>
- Cc: PostgreSQL Development <pgsql-hackers(at)postgresql(dot)org>
- Subject: Re: pg_restore stuck in a loop?
- Date: Fri, 29 Apr 2005 11:50:54 -0400
- Message-id: <6334(dot)1114789854(at)sss(dot)pgh(dot)pa(dot)us>
Rod Taylor <pg(at)rbt(dot)ca> writes:
> On Thu, 2005-04-28 at 02:11 -0400, Tom Lane wrote:
>> Hm, I wonder if there is something broken about the "SQL parsing" logic
>> in _sendSQLLine, such that it could go into an infinite loop given the
>> right input?
> Let me see if I can put together a test case which is smaller for next
> week, and I'll send that in.
If the parsing-bug theory is right, then there is probably some one
object in your database that will make even "pg_dump -s" go nuts.
regards, tom lane
Home |
Main Index |
Thread Index