Re: New string functions; initdb required

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: New string functions; initdb required
Дата
Msg-id 27885.1023812926@sss.pgh.pa.us
обсуждение исходный текст
Ответ на New string functions; initdb required  (Thomas Lockhart <lockhart@fourpalms.org>)
Список pgsql-hackers
Thomas Lockhart <lockhart@fourpalms.org> writes:
> I've just committed changes which implement three SQL99 functions and
> operators.

I'm getting

gcc -O1 -Wall -Wmissing-prototypes -Wmissing-declarations -g -I../../../../src/include   -c -o regexp.o regexp.c
regexp.c: In function `textregexsubstr':
regexp.c:314: warning: unused variable `result'

The code seems to be rather undecided about whether it intends to return
NULL or an empty string --- would you make up your mind and remove the
other case entirely?
        regards, tom lane


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

Предыдущее
От: Scott Marlowe
Дата:
Сообщение: Re: Will postgress handle too big tables?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: New string functions; initdb required