Обсуждение: where to find pg coverage report of history release

Поиск
Список
Период
Сортировка

where to find pg coverage report of history release

От
"mio"
Дата:
Hi:
In https://coverage.postgresql.org, there is only the coverage report for the latest pg release. where can i find report of historical versions?

    regards, mio

Re: where to find pg coverage report of history release

От
Tom Lane
Дата:
"=?ISO-8859-1?B?bWlv?=" <850455645@qq.com> writes:
> In https://coverage.postgresql.org, there is only the coverage report for the latest pg release. where can i find
reportof historical versions? 

We don't track that.  It's not very hard to make your own though:

https://www.postgresql.org/docs/current/regress-coverage.html

            regards, tom lane