Tom Lane wrote:
> ohp(at)pyrenet(dot)fr writes:
>
>> pg_restore -C -m 4 -d template1 db.dmp
>> gives numerous errors, mostly no such relation at index creation time.
>>
>
> You sure you don't get exactly the same without -m?
>
Yeah, I have reproduced this. It's because we reconnect to the wrong db
in this case (i.e. to the -d database, not the created one) in the
workers and subsequent connects.
I've applied a trivial patch to fix it.
cheers
andrew