BUG #16980: invalid memory alloc request size

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #16980: invalid memory alloc request size
Дата
Msg-id 16980-0d2064db94c17318@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #16980: invalid memory alloc request size  (Michael Paquier <michael@paquier.xyz>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      16980
Logged by:          Константин Божко
Email address:      konstbozhko@gmail.com
PostgreSQL version: 11.11
Operating system:   CentOS Linux release 7.7.1908 (Core)
Description:

Hello!

I have a table attachment_contents in my PostgreSQL database with bytea type
column. One cell of this bytea column is too big (appr. 900Mb).
I receive error when try to select this cell:

taxmon=> select content from attachment_contents where attachment_id =
3293;
ERROR:  invalid memory alloc request size 1850079891

any other is OK. The problem is with this cell only.

How can i avoid this problem?


В списке pgsql-bugs по дате отправления:

Предыдущее
От: RekGRpth
Дата:
Сообщение: Re: BUG #16974: memory leak
Следующее
От: PG Bug reporting form
Дата:
Сообщение: BUG #16981: pg_dump errors out with incompatible option set but empty tar dump file is created as result