Re: pg_restore out of memory - Mailing list pgsql-general

From John R Pierce
Subject Re: pg_restore out of memory
Date
Msg-id 33432f19-e6d3-067a-74a3-711e297500a0@hogranch.com
Whole thread Raw
In response to Re: pg_restore out of memory  (Miguel Ramos <org.postgresql@miguel.ramos.name>)
Responses Re: pg_restore out of memory
Re: pg_restore out of memory
List pgsql-general
On 7/13/2016 1:51 PM, Miguel Ramos wrote:
> Finally, here are the log messages at the moment of the error.
> It is clearly not while building indices.
>
> The table in question is a big one, 111GB.
> Fields latitude, longitude and height are arrays of length around 500-
> 700 on each row (double and real).
>
> So, what does this mean?
> Was it the client that aborted? I think I saw that "unexpected message
> type 0x58" on other types of interruptions.

is pg_restore, and the postgres server all the same version?

$ pg_restore --version
pg_restore (PostgreSQL) 9.3.13

$ su - postgres
-bash-4.1$ psql -c "select version()"
version
----------------------------------------------------------------------------------------------------------------
  PostgreSQL 9.3.13 on x86_64-unknown-linux-gnu, compiled by gcc (GCC)
4.4.7 20120313 (Red Hat 4.4.7-16), 64-bit
(1 row)


--
john r pierce, recycling bits in santa cruz



pgsql-general by date:

Previous
From: Steve Langlois
Date:
Subject: postgresql "init script" for postgres 9.2.15
Next
From: Miguel Ramos
Date:
Subject: Re: pg_restore out of memory