The SoundEx Contrib Example - Mailing list pgsql-general

From Thornton Prime
Subject The SoundEx Contrib Example
Date
Msg-id 35C8939A.29896796@yoyoweb.com
Whole thread Raw
List pgsql-general
I am playing with the SoundEx example in the contrib section of
the postgresql distribution, using it as an example to learn
building my own functions ...

All seems to go well until I get to

CREATE OPERATOR #= (leftarg=text, rightarg=text,
procedure=text_sx_eq, commutator=text_sx_eq)\g

It reports back ...

NOTICE: buffer leak [49] detected in BufferPoolCheckLeak()
CREATE

Then when I try SELECT * FROM T WHERE F #= 'Hello, World'; it
drops the connection to the backend.

I can't see anything wrong in soundex.c. Any suggestions?

thornton

pgsql-general by date:

Previous
From: Marcin Grondecki
Date:
Subject: auto-incrementing once more
Next
From: jacob ginsburg
Date:
Subject: ...