Stuff for 2.4.1

Поиск
Список
Период
Сортировка
От Daniele Varrazzo
Тема Stuff for 2.4.1
Дата
Msg-id AANLkTikrE_xvg+5CnpMMOtNUR5un7+sjLnjDBbc1c_9Q@mail.gmail.com
обсуждение исходный текст
Ответы Re: Stuff for 2.4.1
Список psycopg
I've integrated a few patches in my repos. The most import is own
parser for the bytea hex format, so that clients are no more dependant
on libpq 9 to talk with a 9 server. By the way the best way to make
this patch was to have our own parser for the "escape" format as well:
this has generally improved performance in receiving bytea
(PQunescapeBytea required a null-terminated string even if we know the
length of the string to decode, so we dropped unneeded memcpy/strlen
of the received data).

Other things are minor, see the news file
(https://github.com/dvarrazzo/psycopg/blob/devel/NEWS).

If I haven't forgotten anything I think we can have a 2.4.1 release.

Cheers,

-- Daniele

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

Предыдущее
От: Federico Di Gregorio
Дата:
Сообщение: Re: double free issue in 2.4 (and previous versions)
Следующее
От: Harald Armin Massa
Дата:
Сообщение: Re: Stuff for 2.4.1