Re: [BUGS] server crash when tsearch2 function is called from update trigger

2009-01-28 Thread Teodor Sigaev
I found bug in tsearch2 module (8.3, 8.4). Thank you, fixed http://archives.postgresql.org/message-id/20090128183133.0d6f9755...@cvs.postgresql.org (for 8.3 too) -- Teodor Sigaev E-mail: teo...@sigaev.ru WWW: h

[BUGS] server crash when tsearch2 function is called from update trigger

2009-01-28 Thread Pavel Stehule
Hello I found bug in tsearch2 module (8.3, 8.4). \i /usr/local/pgsql83/share/contrib/tsearch2.sql create table t(d varchar, fi public.tsvector); CREATE TRIGGER fux BEFORE INSERT OR UPDATE ON fulltexttest FOR EACH ROW EXECUTE PROCEDURE tsearch2('fi', 'description'); postgres=# INSERT INTO fullte