EnterpriseDB / system_stats

A Postgres extension for exposing system metrics such as CPU, memory and disk information
Other
111 stars 24 forks source link

FreeBSD is not supported by this extension #37

Closed MikeJakubik closed 1 month ago

MikeJakubik commented 1 month ago

[root@fbsd14 /tmp/system_stats]# PATH="/usr/local/pgsql/bin:$PATH" gmake USE_PGXS=1 "Platform is: freebsd" Makefile:12: *** FreeBSD is not supported by this extension. Stop.

Booo!.. Why not, what's the issue? Non portable C code?

dpage-edb commented 1 month ago

Yes, this extension has, by its nature, a significant amount of platform specific code.

PRs are welcome of course, but it's unlikely any of the existing devs will add FreeBSD support.