parallel.c is not marked as test covered

Поиск
Список
Период
Сортировка
От Clément Prévost
Тема parallel.c is not marked as test covered
Дата
Msg-id CABaKae_C5xs85BBbcPu9+ZR1L-YwmzPqz0oxhRCFJ380gTo-bg@mail.gmail.com
обсуждение исходный текст
Ответы Re: parallel.c is not marked as test covered  (David Rowley <david.rowley@2ndquadrant.com>)
Список pgsql-hackers
The entire parallel.c reported test coverage is zero: http://coverage.postgresql.org/src/backend/access/transam/parallel.c.gcov.html

It seem that it's not covered by the original 924bcf4f commit but I don't know if it's on purpose. This feature being really new that would be understandable.

If it's not, my first idea would be to fix this by adding a simple sql test in /src/test/regress, in the "sql" and "expected" subdirectories that explain (cost off) some queries. 
I'm also guessing here that we can force a query to have a parallel plan with some cost magic to avoid dealing with sufficiently large datasets.

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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: First-draft release notes for next week's back-branch releases
Следующее
От: Gavin Flower
Дата:
Сообщение: Re: First-draft release notes for next week's back-branch releases