BUG #13512: insert/select bytea met memory alloc issue

From: ziyu-v(at)163(dot)com
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #13512: insert/select bytea met memory alloc issue
Date: 2015-07-22 06:40:42
Message-ID: 20150722064042.2493.24499@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

The following bug has been logged on the website:

Bug reference: 13512
Logged by: vincent
Email address: ziyu-v(at)163(dot)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?

Browse pgsql-bugs by date

  From Date Subject
Next Message Michael Paquier 2015-07-22 07:57:47 Re: Lack of Sanity Checking in file 'pctcl.c' for PostgreSQL 9.4.x
Previous Message Alvaro Herrera 2015-07-22 03:55:13 Re: [HACKERS] object_classes array is broken, again