EnterpriseDB / system_stats

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

Fix types so we can compile again. #11

Closed dpage closed 10 months ago

dpage commented 10 months ago

The compile fix in 40e83e86cb1dedafec50492b1aa2bcdbbe6c6eeb only fixed the GetDatum calls to use the correct types on Darwin. This PR adds the same changes for Linux and Windows.

dpage commented 10 months ago

This should resolve https://github.com/EnterpriseDB/system_stats/issues/10

neel5481 commented 10 months ago

Looks good to me @dpage