where to find pg coverage report of history release

Started by mio11 months ago2 messagesgeneral
Jump to latest
#1mio
850455645@qq.com

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

#2Tom Lane
tgl@sss.pgh.pa.us
In reply to: mio (#1)
Re: where to find pg coverage report of history release

"=?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 report of 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