Re: New functions in sslinfo module

Поиск
Список
Период
Сортировка
От Andreas Karlsson
Тема Re: New functions in sslinfo module
Дата
Msg-id 53B47FAF.9060004@proxel.se
обсуждение исходный текст
Ответ на Re: New functions in sslinfo module  (Воронин Дмитрий <carriingfate92@yandex.ru>)
Ответы Re: New functions in sslinfo module  (Воронин Дмитрий <carriingfate92@yandex.ru>)
Список pgsql-hackers
On 07/02/2014 02:17 PM, Воронин Дмитрий wrote:
> I apologize, that I am writing this message today. Thank you for testing
> my patch!

You are welcome!

> I will modify functions ssl_extensions(), that it returns a set (key,
> value). Could you get me an example of code those function?

You can look at hstore_each() in hstore_op.c.

>   >>> - Why are X509_NAME_field_to_text(), X509_NAME_to_text(),
> ASN1_STRING_to_text() and get_extension() not static? None of these are
> a symbol which should be exported.
>  >>> Why do you use pg_do_encoding_conversion() over pg_any_to_server()?
> pg_any_to_server() is implemented using pg_do_encoding_conversion().
>
> I don't write a code of those functions and I can't answer on your question.

Hm, I thought I saw them changed from static to not in the diff after 
applying your patch. Maybe I just misread the patch.

-- 
Andreas Karlsson



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

Предыдущее
От: Martijn van Oosterhout
Дата:
Сообщение: Re: Can simplify 'limit 1' with slow function?
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Can simplify 'limit 1' with slow function?