EnterpriseDB / system_stats

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

Complete Makefile #16

Closed limpus64 closed 1 week ago

limpus64 commented 11 months ago

Please complete the Makefile, so that make install installs all the necessary files.

diff --git a/Makefile b/Makefile
index 03f6a8e..3725801 100644
--- a/Makefile
+++ b/Makefile
@@ -65,7 +65,7 @@ PG_LDFLAGS= -framework IOKit -framework CoreFoundation
 endif

 EXTENSION = system_stats
-DATA = system_stats--1.0.sql uninstall_system_stats.sql
+DATA = system_stats--1.0--2.0.sql  system_stats--1.0.sql  system_stats--2.0.sql uninstall_system_stats.sql
 PGFILEDESC = "system_stats - system statistics functions"
neel5481 commented 11 months ago

Thank you for reporting. Raised the PR ( https://github.com/EnterpriseDB/system_stats/pull/19 )

BillSmith-EDB commented 1 week ago

@neel5481 it looks like you fixed and merged the change. Should this issue be closed?

neel5481 commented 1 week ago

Thank you @BillSmith-EDB Closing this as it is fixed.