Re: [GENERAL] handling out of memory conditions when fetching row descriptions

2012-01-05 Thread 'Isidor Zeuner'
"'Isidor Zeuner'" writes: > using the latest git source code, I found that libpq will let the > connection stall when getRowDescriptions breaks on an out of memory > condition. I think this should better be handled differently to allow > application code to handle such situations gracefully. The

Re: [GENERAL] handling out of memory conditions when fetching row descriptions

2012-01-02 Thread Tom Lane
"'Isidor Zeuner'" writes: > using the latest git source code, I found that libpq will let the > connection stall when getRowDescriptions breaks on an out of memory > condition. I think this should better be handled differently to allow > application code to handle such situations gracefully. The