Re: [PATCHES] file too large, segmentation fault

2003-11-28 Thread Joshua D. Drake
Hello, Did the dump come from those machines? If so, it is probably not a valid archive anyway because you hit the 2gig limit. My suggestion would be to recompile PostgreSQL with the 64bit file access. Sincerely, Joshua D. Drake Kurt Roeckx wrote: On Sun, Nov 23, 2003 at 10:51:10PM -0500, Anj

Re: [PATCHES] file too large, segmentation fault

2003-11-28 Thread Kurt Roeckx
On Sun, Nov 23, 2003 at 10:51:10PM -0500, Anjan Dave wrote: > Hi All: > > I am trying to restore a database on a different machine (7.2.3 on Sol9 to 7.2.4 > RH8), and i get the following error, that i haven't seen before: > > -bash-2.05b$ pg_restore -d access -Ft -a access.dump.tar > pg_restor

[PATCHES] file too large, segmentation fault

2003-11-28 Thread Anjan Dave
Hi All: I am trying to restore a database on a different machine (7.2.3 on Sol9 to 7.2.4 RH8), and i get the following error, that i haven't seen before: -bash-2.05b$ pg_restore -d access -Ft -a access.dump.tar pg_restore: [tar archiver] could not open TOC file for input: File too large Segmen