system_stats
system_stats copied to clipboard
Complete Makefile
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"
Thank you for reporting. Raised the PR ( https://github.com/EnterpriseDB/system_stats/pull/19 )
@neel5481 it looks like you fixed and merged the change. Should this issue be closed?
Thank you @BillSmith-EDB Closing this as it is fixed.