Generating Huge String? - Mailing list pgsql-hackers

From Steffen Nielsen
Subject Generating Huge String?
Date
Msg-id 1019552152.3cc521986d786@www.cs.auc.dk
Whole thread Raw
Responses Re: Generating Huge String?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I have tried using chunks technique when creating huge string for a stored 
procedure (C code). I work like charm for small string, but when i create 
large strings i get a "server closed the connection unexpectedly" :-( I use 
palloc and repalloc for memory handling. Note! I made a standard C program 
that just keept on making the chunk larger (read string), i never did crash 
any. So what is postgres doing? (ps. the same happens if I use standard malloc 
an realloc)

Any ideas why? (No continues block of memory is large enough or?)
And how does one normally handle Large strings in postgres?

\Steffen Nielsen


pgsql-hackers by date:

Previous
From: Curt Sampson
Date:
Subject: Re: Documentation on page files
Next
From: Tom Lane
Date:
Subject: Re: Generating Huge String?