The SoundEx Contrib Example

From: Thornton Prime <thornton(at)yoyoweb(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: The SoundEx Contrib Example
Date: 1998-08-05 17:17:14
Message-ID: 35C8939A.29896796@yoyoweb.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Browse pgsql-general by date

  From Date Subject
Next Message jacob ginsburg 1998-08-05 19:26:01
Previous Message Marcin Grondecki 1998-08-05 15:22:47 auto-incrementing once more