Re: [BUGS] BUG #5006: Backend crashed after select with subselect in where cluase

2009-08-24 Thread Tom Lane
"Miroslav Trisc" writes: > My select : select * from wms_shp_delivery where id in ( > select shp_delivery_id from wms_shp_bins > where edi_id='5452' > ) > caused that Postgre server completely crash. We can't really do anything about this without a reproducible test case, whic

[BUGS] BUG #5006: Backend crashed after select with subselect in where cluase

2009-08-24 Thread Miroslav Trisc
The following bug has been logged online: Bug reference: 5006 Logged by: Miroslav Trisc Email address: miro.tr...@swissonline.ch PostgreSQL version: 8.4.0 Operating system: Windows Server 2003 R2 service pack 2 Description:Backend crashed after select with subselect i