Re: [BUGS] BUG #2594: Gin Indexes cause server to crash on Windows

2006-08-30 Thread Bernhard Weisshuhn
On Tue, Aug 29, 2006 at 05:13:40PM -0600, Charlie Savage <[EMAIL PROTECTED]> wrote: >> Tom Lane wrote: >> >>> It appears that building a gin index on an empty table fails on any >>> platform. I get a null pointer dereference with the following stack >>> trace > Teodor Sigaev wrote: > >> Fixed i

[BUGS] BUG #2018: segfaults with some german errormessages

2005-11-03 Thread Bernhard Weisshuhn
The following bug has been logged online: Bug reference: 2018 Logged by: Bernhard Weisshuhn Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1rc1 Operating system: Linux Description:segfaults with some german errormessages Details: Some errormessages from

[BUGS] BUG #2019: tsearch2-related coredump

2005-11-03 Thread Bernhard Weisshuhn
The following bug has been logged online: Bug reference: 2019 Logged by: Bernhard Weisshuhn Email address: [EMAIL PROTECTED] PostgreSQL version: 8.1rc1 Operating system: Linux Fedora Core 4 x86_64 Description:tsearch2-related coredump Details: We could not yet

Re: [BUGS] BUG #2019: tsearch2-related coredump

2005-11-04 Thread Bernhard Weisshuhn
On Thu, Nov 03, 2005 at 03:12:33PM +, Bernhard Weisshuhn <[EMAIL PROTECTED]> wrote: > The following bug has been logged online: > > Bug reference: 2019 > Logged by: Bernhard Weisshuhn > Email address: [EMAIL PROTECTED] > PostgreSQL version: 8

Re: [BUGS] BUG #2019: tsearch2-related coredump

2005-11-04 Thread Bernhard Weisshuhn
Bernhard Weisshuhn wrote: > The attached patch for Teodor seems to fix the problem for me. I say ^^^ I meant 'from' of course ;-) --bkw ---(end of broadcast)--- TIP 6: explain analyze is your friend

Re: [BUGS] BUG #2050: Bad plan by using of LIKE

2005-11-18 Thread Bernhard Weisshuhn
On Thu, Nov 17, 2005 at 06:00:35PM +, Johannes <[EMAIL PROTECTED]> wrote: > SELECT title FROM content WHERE title LIKE 'teane%'; > > It uses to long time, I compare this with sybase > and I was disappointed, but explain shows the reason. > > > EXPLAIN SELECT title FROM content WHERE title L