From: | pgsql-bugs(at)postgresql(dot)org |
---|---|
To: | pgsql-bugs(at)postgresql(dot)org |
Subject: | Bug #887: pg_restore blocks |
Date: | 2003-01-26 10:04:09 |
Message-ID: | 20030126100409.73DFE475BA1@postgresql.org |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-bugs |
Emmanuel Guyot (emmguyot(at)wanadoo(dot)fr) reports a bug with a severity of 2
The lower the number the more severe it is.
Short Description
pg_restore blocks
Long Description
I launch pg_restore from my Java programs with the following command :
bash --login -c \"/usr/bin/pg_restore.exe -v -c -F c -d mybase myfile 2> Resto.err > Resto.txt
With PostgreSQL 7.1.3, this sometimes blocks after the tables have been deleted.
With PostgreSQL 7.2.x & 7.3.1, it blocks each time except when I set the debug mode.
When I run the command directly from the cygwin command line, it works fine.
How to explain this behavior ?
Sample Code
No file was uploaded with this report
From | Date | Subject | |
---|---|---|---|
Next Message | Bradley Baetz | 2003-01-26 12:26:12 | New hashed IN code ignores distinctiveness of subquery |
Previous Message | Bruce Momjian | 2003-01-26 03:09:59 | Re: stored procedure namespace bug (critical) + COALECSE notice |