EnterpriseDB / system_stats

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

Replaced deprecated readdir_r with readdir to improve portability #39

Closed lssno closed 1 month ago

lssno commented 1 month ago

This PR change the deprecated readdir_r to readdir as discussed on #38

in linux/system_stats_utils.c isn't necessery check ent in line 64 due checking in while loop.