Re: pg_restore with -j fails (works without -j option)

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Lonni J Friedman <netllama(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: pg_restore with -j fails (works without -j option)
Date: 2011-08-29 01:56:40
Message-ID: 25525.1314583000@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I wrote:
> Lonni J Friedman <netllama(at)gmail(dot)com> writes:
>> [ this doesn't work: ]
>> $ cat 2011-08-25-1314280801-nightly.out | pg_restore -j2 -U lfriedman -v -d nightly
>> pg_restore: [custom archiver] cannot reopen stdin
>> pg_restore: *** aborted because of error

> I agree though that that's not a terribly friendly error message.
> I thought we had some code in there to complain about non-seekable
> input files, but it looks like we missed a case.

On closer inspection, I think it's just that nobody thought very hard
about presenting this limitation in a user-friendly fashion. I've
committed a patch that will make it fail like this:

pg_restore: [custom archiver] parallel restore from stdin is not supported

immediately upon startup.

regards, tom lane

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Lonni J Friedman 2011-08-29 01:57:57 Re: pg_restore with -j fails (works without -j option)
Previous Message Shoaib Mir 2011-08-29 01:38:42 Re: Problem importing a csv file