Re: pg_restore out of memory

Поиск
Список
Период
Сортировка
От John R Pierce
Тема Re: pg_restore out of memory
Дата
Msg-id 33432f19-e6d3-067a-74a3-711e297500a0@hogranch.com
обсуждение исходный текст
Ответ на Re: pg_restore out of memory  (Miguel Ramos <org.postgresql@miguel.ramos.name>)
Ответы Re: pg_restore out of memory  (Miguel Ramos <org.postgresql@miguel.ramos.name>)
Re: pg_restore out of memory  (Miguel Ramos <mail@miguel.ramos.name>)
Список 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 по дате отправления:

Предыдущее
От: Steve Langlois
Дата:
Сообщение: postgresql "init script" for postgres 9.2.15
Следующее
От: Miguel Ramos
Дата:
Сообщение: Re: pg_restore out of memory