> When using binary cursor to fetch contents of a bytea column into a variable
> set to NULL, the memory allocation relies on strlen to determine the amount
> of memory to allocate. If the data contains zeros, the memory allocated is
> too little to store the data.
And one more thank you for repor
The following bug has been logged online:
Bug reference: 4625
Logged by: Tomislav Bodor
Email address: tbo...@yahoo.com
PostgreSQL version: 8.3.5
Operating system: Linux (Ubuntu 8.10)
Description:ECPG: Memory allocation for binary data is wrong
Details:
When using b