Thanks!
Your advice helped me find what caused the problem immediately. It was a
wrong 'palloc' as you suspected (and as usual for me ;-) ).
Ntinos Katsaros
Tom Lane writes:
[EMAIL PROTECTED] writes:
While writting some code for the backend (some SPI-like functions for a
project) I saw this
[EMAIL PROTECTED] writes:
> While writting some code for the backend (some SPI-like functions for a
> project) I saw this message:
> "WARNING: problem in alloc set ExecutorState: bogus aset link in block
> 0x8301270, chunk 0x8304458"
> I think there is something wrong with some of the memory
Hi everybody!
While writting some code for the backend (some SPI-like functions for a
project) I saw this message:
"WARNING: problem in alloc set ExecutorState: bogus aset link in block
0x8301270, chunk 0x8304458"
I think there is something wrong with some of the memory allocations I do,