BUG #13512: insert/select bytea met memory alloc issue - Mailing list pgsql-bugs

From ziyu-v@163.com
Subject BUG #13512: insert/select bytea met memory alloc issue
Date
Msg-id 20150722064042.2493.24499@wrigleys.postgresql.org
Whole thread Raw
List pgsql-bugs
The following bug has been logged on the website:

Bug reference:      13512
Logged by:          vincent
Email address:      ziyu-v@163.com
PostgreSQL version: 9.4.3
Operating system:   windows 7
Description:

I'm trying to keep large file to postgresql using postgre 9.4.3 and jdbc
version 9.3-1102.
While trying to save file over 500 megabytes to pg, jdbc driver will throw
exception like invalid memory alloc request size 1073741824 meanwhile the
select performed even worse. Could you give me some advise?

pgsql-bugs by date:

Previous
From: Michael Bommarito
Date:
Subject: Re: BUG #13490: Segmentation fault on pg_stat_activity
Next
From: Jaimin Pan
Date:
Subject: Re: [HACKERS] object_classes array is broken, again