Help | Site Map
Connecting Tech Pros Worldwide
 
 
LinkBack Thread Tools
  #1  
Old November 23rd, 2005, 12:29 AM
John Hagstrand
Guest
 
Posts: n/a
Default ERROR: invalid memory alloc request size 0

Hello,

I'm getting the following error when I try to update or insert into a table.
This just started happening today. The table has been working fine up to
now. The table has 27,000 rows and 24 columns.

ERROR: invalid memory alloc request size 0

Why does this happen? And how can I work around it?

Thanks
John


John Hagstrand
Interage Research, Inc.
18733 State Line Road
Antioch, IL 60002
847 838 5371
john.hagstrand@interageresearch.com
Information Technology Consulting
www.interageresearch.com



---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match

  #2  
Old November 23rd, 2005, 12:29 AM
Tom Lane
Guest
 
Posts: n/a
Default Re: ERROR: invalid memory alloc request size 0

"John Hagstrand" <john.hagstrand@interageresearch.com> writes:[color=blue]
> I'm getting the following error when I try to update or insert into a table.
> This just started happening today. The table has been working fine up to
> now. The table has 27,000 rows and 24 columns.[/color]
[color=blue]
> ERROR: invalid memory alloc request size 0[/color]

What PG version is this, and what exactly is the table schema (and how
did you change it recently)? And let's see an exact example of a
failing query. It'd be even nicer if you could get a stack trace from
the errfinish call.

The only recent bugs of this ilk that I can recall had to do with
operations on zero-column tables. Probably you've found some new
corner case, but there's not enough info here to guess what.

regards, tom lane

---------------------------(end of broadcast)---------------------------
TIP 9: the planner will ignore your desire to choose an index scan if your
joining column's datatypes do not match

 

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are Off
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

What is Bytes?

We are a network of experts and professionals in IT and software development that help one another with answers to tough questions and share insights. Get the best answers to your questions from over network members.
Post your question now . . .
It's fast and it's free

Popular Articles