Re: [BUGS] 7.0.3 - Backend crash on simple SELECT query

2001-03-06 Thread Tom Lane
Ivan Baldo <[EMAIL PROTECTED]> writes: > Simple SELECT query with simple REGEXP comparison with simple > ORDER > and WITHOUT JOINS CRASHES BACKEND (seems to die in an infinite loop that > consumes CPU and uses the hard disk). Evidently it's data-specific, since I see no problem if I just

[BUGS] 7.0.3 - Backend crash on simple SELECT query

2001-03-06 Thread Ivan Baldo
Severity: Devastating Short description: Simple SELECT query with simple REGEXP comparison with simple ORDER and WITHOUT JOINS CRASHES BACKEND (seems to die in an infinite loop that consumes CPU and uses the hard disk). Long description: The query: SELECT t.* FROM t