BUG #1890: ERROR pg_restore archiver out of memory - Mailing list pgsql-bugs

From Arso - Italy
Subject BUG #1890: ERROR pg_restore archiver out of memory
Date
Msg-id 20050918214939.1C6E4F0CB1@svr2.postgresql.org
Whole thread Raw
List pgsql-bugs
The following bug has been logged online:

Bug reference:      1890
Logged by:          Arso - Italy
Email address:      arso@libero.it
PostgreSQL version: 8.0.3
Operating system:   Linux Gentoo
Description:        ERROR pg_restore archiver out of memory
Details:

The error on pg_restore happen restoring a small table dumped with 7.4.5.
the definition is:

CREATE TABLE mais
(
  mais_progre int4 NOT NULL DEFAULT nextval('mais_progre_seq'::text),
  mais_accoun varchar NOT NULL,
  mais_msgmd5 varchar NOT NULL,
  mais_msguid int4 NOT NULL,
  mais_dtaric timestamp NOT NULL,
  mais_dtamsg timestamp NOT NULL,
  mais_frommm varchar NOT NULL,
  mais_subjec varchar NOT NULL,
  mais_messag varchar,
  mais_dtaprt timestamp,
  mais_destin varchar,
  CONSTRAINT mais_primary PRIMARY KEY (mais_progre),
  CONSTRAINT mais_accoun_msgmd5 UNIQUE (mais_accoun, mais_msgmd5)
)
WITH OIDS;

The size dump file is 2073Kbyte, so is not BIG.
Before upgrading to 8.0.3 on the restoring host ther was installed the SAME
postgres version of the dumped host. The error happen too in this
situation.

How I can obtain more information for resolve the problem ? Is a bug ?

pgsql-bugs by date:

Previous
From: "Elmival de Sousa"
Date:
Subject: BUG #1891: Out Of Memory.
Next
From: Tom Lane
Date:
Subject: Re: BUG #1893: pg_dumpall - Search path order