EnterpriseDB / system_stats

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

Remove all traces of tuplestore_donestoring() from the code #32

Closed neel5481 closed 4 months ago

neel5481 commented 4 months ago

Fix for the issue reported (https://github.com/EnterpriseDB/system_stats/issues/31)

Compiling this extension on PG17 is failing because of removal of macro tuplestore_donestoring.

This routine is a no-op since dd04e95 with a macro kept around for compatibility purposes. This has led to the same code patterns being copy-pasted around for no effect.

Reported by: @sandeep-edb