[BUGS] BUG #4869: No proper initialization of OpenSSL-Engine in libpq

2009-06-22 Thread Lars Kanis
The following bug has been logged online: Bug reference: 4869 Logged by: Lars Kanis Email address: ka...@comcard.de PostgreSQL version: 8.4rc1 Operating system: Linux c1170lx 2.6.24-23-generic #1 SMP Wed Apr 1 21:47:28 UTC 2009 i686 GNU/Linux Description:No proper

Re: [BUGS] BUG #4869: No proper initialization of OpenSSL-Engine in libpq

2009-06-22 Thread Lars Kanis
Am Montag, 22. Juni 2009 16:38:32 schrieben Sie: > Tom Lane wrote: > > Magnus Hagander writes: > >> A question from that then, for others, is it Ok to add a field to the > >> PGconn structure during RC? :-) It's only in libpq-int.h, but? Comments? > > > > Changing PGconn internals doesn't bother m

Re: [BUGS] BUG #4869: No proper initialization of OpenSSL-Engine in libpq

2009-06-22 Thread Lars Kanis
Am Montag, 22. Juni 2009 15:55:58 schrieben Sie: > Lars Kanis wrote: > >> Should we not also call ENGINE_finish() and ENGINE_free() in the success > >> path of this code? Your patch adds it to the case where we didn't get > >> the private key, but what if w

Re: [BUGS] BUG #4869: No proper initialization of OpenSSL-Engine in libpq

2009-06-22 Thread Lars Kanis
reeing. close_SSL() should be the right place for ENGINE_finish() and ENGINE_free() ? -- Mit freundlichen Grüßen, Lars Kanis Bereichsleiter IT Tel +49 3745 769 -422 Fax +49 3745 769 -334 eMail: ka...@comcard.de Sie können sich unter http://www.comcard.de unseren Newsletter abonnieren! ComCar

Re: [BUGS] BUG #4869: No proper initialization of OpenSSL-Engine in libpq

2009-06-22 Thread Lars Kanis
Am Montag, 22. Juni 2009 17:46:22 schrieben Sie: > Lars Kanis writes: > > Am Montag, 22. Juni 2009 16:38:32 schrieben Sie: > >> Tom Lane wrote: > >>> IIUC this is a pre-existing bug/limitation in an extremely seldom-used > >>> feature that we don

Re: [BUGS] BUG #4869: No proper initialization of OpenSSL-Engine in libpq

2009-06-23 Thread Lars Kanis
martcard with the auth-key out of the reader :) regards Lars Kanis signature.asc Description: This is a digitally signed message part.

[BUGS] Problems with index-scan on regexp in 8.1

2005-11-08 Thread Lars Kanis
e of indexes for regexp is quite important for the search in our interactive frontend. kind regards Lars Kanis ---(end of broadcast)--- TIP 9: In versions below 8.0, the planner will ignore your desire to choose an index scan if your joining column's datatypes do not match