Re: [HACKERS] bytea, index and like operator again and detailed report

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [HACKERS] bytea, index and like operator again and detailed report
Дата
Msg-id 14717.1070739530@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: [HACKERS] bytea, index and like operator again and detailed report  (Joe Conway <mail@joeconway.com>)
Ответы Re: [HACKERS] bytea, index and like operator again and
Список pgsql-patches
Joe Conway <mail@joeconway.com> writes:
> !         *prefix_const = string_to_bytea_const(match, match_pos);
> !         *rest_const = string_to_bytea_const(rest, pattlen - match_pos);

I think that should be pattlen - pos not pattlen - match_pos, no?

Otherwise it looks reasonable ...

            regards, tom lane

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

Предыдущее
От: Joe Conway
Дата:
Сообщение: Re: [HACKERS] bytea, index and like operator again and detailed report
Следующее
От: Neil Conway
Дата:
Сообщение: minor SGML improvements