Re: OSX doesn't accept identical source/target for strcpy() anymore

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: OSX doesn't accept identical source/target for strcpy() anymore
Дата
Msg-id 526EB8F4.2070806@dunslane.net
обсуждение исходный текст
Ответ на Re: OSX doesn't accept identical source/target for strcpy() anymore  (Andres Freund <andres@2ndquadrant.com>)
Ответы Re: OSX doesn't accept identical source/target for strcpy() anymore  (Andres Freund <andres@2ndquadrant.com>)
Список pgsql-hackers
On 10/28/2013 02:26 PM, Andres Freund wrote:
>
> It'd be neat if we could get a buildfarm animal up that uses valgrind -
> which would catch such and lots of other errors. That's where the topic
> has come up in the past:
> http://www.postgresql.org/message-id/20110312133224.GA7833%40tornado.gateway.2wire.net
> http://www.postgresql.org/message-id/20130217142209.GA5073@awork2.anarazel.de
>


How exactly is it going to do that?

Fundamentally, the buildfarm client is simply glue to run existing build 
and test code, collect the results, and send them to the server. AFAICT 
there are no configure or make targets for running under valgrind.

If someone provides the requisite support in the build system for this 
I'll be happy to add buildfarm support for it.

cheers

andrew




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

Предыдущее
От: Rodolfo Campero
Дата:
Сообщение: Re: PL/Python: domain over array support
Следующее
От: Andres Freund
Дата:
Сообщение: Re: better atomics