Re: patch contrib/pgcrypto for win32 (2)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: patch contrib/pgcrypto for win32 (2)
Дата
Msg-id 17896.1102275198@sss.pgh.pa.us
обсуждение исходный текст
Ответ на patch contrib/pgcrypto for win32 (2)  ("Korea PostgreSQL Users' Group" <pgsql-kr@postgresql.or.kr>)
Список pgsql-patches
"Korea PostgreSQL Users' Group" <pgsql-kr@postgresql.or.kr> writes:
> SSBmb3VuZCB0aGF0IGZ1bmN0aW9uIGdlbl9zYWx0KCkgaW4gY29udHJpYi9w
> Z2NyeXB0byBoYWQgYnVnIG9uIHdpbjMyLg0KDQpJIHBhdGNoZWQgY29udHJp
> Yi9wZ2NyeXB0by9yYW5kb20uYyBmaWxlLg0KDQo=

Unencoded text would be nicer to reply to ...

But anyway, why are you inserting an srandom() call?  That changes the
behavior on all platforms not just win32.  And I don't think the % 255
change is right either; doesn't that make it impossible to produce 255
as an output byte?

            regards, tom lane

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

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: Re: patch contrib/pgcrypto for win32 (2)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: [BUGS] utf-8 flag always off in plperl function arguments