pg_restore fails with a custom backup file - Mailing list pgsql-hackers

From Yoshiyuki Asaba
Subject pg_restore fails with a custom backup file
Date
Msg-id 20061214.201334.85387951.y-asaba@sraoss.co.jp
Whole thread Raw
List pgsql-hackers
Hi, 

pg_restore faied by the following operations on Windows XP.
 $ createdb test $ pgbench -i -s 1000 test $ pg_dump -Fc test > out $ createdb restore $ pg_restore -d restore out
pg_restore:[custom archiver] error during file seek: Invalid argument
 

Win32 does not implement fseeko() and ftello(). So I think it limit to
handle a 2GB file. Is this a specification?

Regards,
--
Yoshiyuki Asaba
y-asaba@sraoss.co.jp


pgsql-hackers by date:

Previous
From: "Zeugswetter Andreas ADI SD"
Date:
Subject: Re: Operator class group proposal
Next
From: "Felipe Rondon Rocha"
Date:
Subject: choosing use an index or not