Re: Error in calculating length of encoded base64 string

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Error in calculating length of encoded base64 string
Дата
Msg-id 12548.1686234926@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Error in calculating length of encoded base64 string  (o.tselebrovskiy@postgrespro.ru)
Ответы Re: Error in calculating length of encoded base64 string  (Gurjeet Singh <gurjeet@singh.im>)
Список pgsql-hackers
o.tselebrovskiy@postgrespro.ru writes:
> While working on an extension I've found an error in how length of 
> encoded base64 string is calulated;

Yeah, I think you're right.  It's not of huge significance, because
it just overestimates by 1 or 2 bytes, but we might as well get
it right.  Thanks for the report and patch!

            regards, tom lane



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

Предыдущее
От: Greg Stark
Дата:
Сообщение: Re: Let's make PostgreSQL multi-threaded
Следующее
От: Dave Cramer
Дата:
Сообщение: Re: Named Prepared statement problems and possible solutions