I would like to store very large data into one column, which contains
my own data structure and memory layout. The data will be more than
500M bytes.
I just wrote like:
Datum myfunc(PG_FUNCTION_ARGS){
/* here get my data, allocated ~ 500M data */
...
/* allocate more than 500M */
bytea *
2008/2/20, Geoffrey <[EMAIL PROTECTED]>:
> We've just started seeing these errors. Research I've done seems to
> indicate that it's related to temp tables. Question is, we didn't start
> seeing these errors until we started using slony to replicate our data.
>
> The errors only showed up shortly