Re: contrib module soundex in CVS snapshot (function returning text and TOAST ???)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: contrib module soundex in CVS snapshot (function returning text and TOAST ???)
Дата
Msg-id 14726.969294455@sss.pgh.pa.us
обсуждение исходный текст
Ответ на contrib module soundex in CVS snapshot (function returning text and TOAST ???)  ("g.p.ciceri" <gp.ciceri@acm.org>)
Список pgsql-hackers
"g.p.ciceri" <gp.ciceri@acm.org> writes:
> gcc -c  -I../../src/include  -O2 -Wall -Wmissing-prototypes
> -Wmissing-declarations -I. -fpic soundex.c -o soundex.o
> soundex.c: In function `text_soundex':
> soundex.c:37: invalid lvalue in assignment
> make: *** [soundex.o] Error 1

> perhaps the interface is changed with TOAST.

Yup --- you can't assign to VARSIZE(ptr) anymore.  Assign to
VARATT_SIZEP(ptr) instead.

Someone needs to go through all the contrib modules and clean up the
ones that don't compile anymore ...
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: ascii to character conversion in postgres
Следующее
От: "Dan Browning"
Дата:
Сообщение: Feature request: client would like to donate X thousand dollars for development of features Y and Z.