Re: code coverage patch

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: code coverage patch
Дата
Msg-id 48B6AF75.7080106@gmx.net
обсуждение исходный текст
Ответ на Re: code coverage patch  (Korry Douglas <korry.douglas@enterprisedb.com>)
Ответы Re: code coverage patch  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
Korry Douglas wrote:
>> 1) Use bison's -o option to put the output file in the right place 
>> directly,
>> if we are dealing with bison (and don't bother to support code coverage
>> analysis with other yaccs), or
>>
>> 2) Run a pattern replacement across the grammar output files as their are
>> renamed.
> 
> Why not use the %output directive in the grammar file instead; that way 
> you don't need to add any special flags to the Makefile.

I think only bison supports that directive.


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

Предыдущее
От: Korry Douglas
Дата:
Сообщение: Re: code coverage patch
Следующее
От: Tom Lane
Дата:
Сообщение: Re: code coverage patch