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

Поиск
Список
Период
Сортировка
От Joe Conway
Тема Re: [HACKERS] bytea, index and like operator again and
Дата
Msg-id 3FD2A95D.6020004@joeconway.com
обсуждение исходный текст
Ответ на Re: [HACKERS] bytea, index and like operator again and detailed report  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-patches
Tom Lane wrote:
> 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?
>

Yup -- you're right. Thanks for the review! Fixed and committed.

Joe


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

Предыдущее
От: David Fetter
Дата:
Сообщение: Double Backslash example patch
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Double Backslash example patch