Re: PQescapeBytea is not multibyte aware

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: PQescapeBytea is not multibyte aware
Дата
Msg-id 25986.1018030036@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: PQescapeBytea is not multibyte aware  (Joe Conway <mail@joeconway.com>)
Список pgsql-hackers
Joe Conway <mail@joeconway.com> writes:
> I could take a look at this. Any guidance other than "faithfully 
> preserving the contents of a C string"?

Take textin/textout, remove multibyte awareness?  Actually the hard
part is to figure out which of the existing hardwired calls of textin
and textout would need to be replaced by calls to unknownin/unknownout.
I think the assumption UNKNOWN == TEXT has crept into a fair number of
places by now.
        regards, tom lane


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

Предыдущее
От: "Ross J. Reedstrom"
Дата:
Сообщение: Re: timeout implementation issues
Следующее
От: Joe Conway
Дата:
Сообщение: Re: PQescapeBytea is not multibyte aware