The SoundEx Contrib Example

Поиск
Список
Период
Сортировка
От Thornton Prime
Тема The SoundEx Contrib Example
Дата
Msg-id 35C8939A.29896796@yoyoweb.com
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Marcin Grondecki
Дата:
Сообщение: auto-incrementing once more
Следующее
От: jacob ginsburg
Дата:
Сообщение: ...