Re: [GENERAL] "ERROR: out of memory" during pg_restore

2006-04-25 Thread Wayne Conrad
Tom, You bet. I'll give it a go and report back. On Tue, Apr 25, 2006 at 08:39:46PM -0400, Tom Lane wrote: > I've applied the attached patch to 8.1.*, > but it could use more testing --- do you want to patch locally and > confirm it's OK for you? ---(end of broadcast)

Re: [GENERAL] "ERROR: out of memory" during pg_restore

2006-04-25 Thread Tom Lane
Wayne Conrad <[EMAIL PROTECTED]> writes: > I've got a 7.4 database that gives postgres an "out of memory" error > when restoring into a 32-bit build 8.1, yet restores into a 64-bit > build of 8.1. > Filesystem: -1367351296 total in 361 blocks; 34704 free (305 chunks); > -1367386000 used Now that

[GENERAL] "ERROR: out of memory" during pg_restore

2006-04-25 Thread Wayne Conrad
I've got a 7.4 database that gives postgres an "out of memory" error when restoring into a 32-bit build 8.1, yet restores into a 64-bit build of 8.1. I dumped a 7.4.9 database, running on Debian/testing, 32-bit, using this command: pg_dump --format=c --blobs production --verbose >production.d