Invalid memory alloc querying field type bytea - Mailing list pgsql-bugs

From Thompson, Shon
Subject Invalid memory alloc querying field type bytea
Date
Msg-id 1EE72409308D54419CC1915B28D0FC2A5290F1E0@EXCPRDMS02.mainegeneral.org
Whole thread Raw
Responses Re: Invalid memory alloc querying field type bytea  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-bugs

I’m getting errors when I query a table that uses data type bytea.  I can query the table if I don’t include the field for data type bytea.  Here are the two error messages I get.  The first error is one generated from visual studio:

 

"ERROR: XX000: invalid memory alloc request size 1294068297"

 

This error is what I get when I use pgAdmin:

 

“ERROR:  invalid memory alloc request size 1881675850

SQL state: XX000”

 

Please let me know if you need any additional information to determine if this is a bug.  Thanks.

 

Shon

 

MGMCEmailSig

Shon Thompson

Senior Application Engineer

Information Technology Division

Office:  207-624-4391

Cell:  207-330-9501

Shon.Thompson@MaineGeneral.org

 

Attachment

pgsql-bugs by date:

Previous
From: Tom Lane
Date:
Subject: Re: SELECT * FROM a WHERE id IN (sub query) . When sub query is incorrect . return all rows of table a
Next
From: Tom Lane
Date:
Subject: Re: Invalid memory alloc querying field type bytea