Re: pg_restore out of memory

From: Miguel Ramos <mail(at)miguel(dot)ramos(dot)name>
To: John R Pierce <pierce(at)hogranch(dot)com>, pgsql-general(at)postgresql(dot)org
Subject: Re: pg_restore out of memory
Date: 2016-07-13 21:09:57
Message-ID: 1468444197.3152.24.camel@miguel.ramos.name
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


Yes.
Both 9.1.8, I checked right now.

-- Miguel

A Qua, 13-07-2016 às 13:59 -0700, John R Pierce escreveu:
> 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
>
>
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Adrian Klaver 2016-07-13 21:11:24 Re: postgresql "init script" for postgres 9.2.15
Previous Message Miguel Ramos 2016-07-13 21:07:52 Re: pg_restore out of memory