From 5c043414c1656bea1c7e767e35b9256ac252fa3e Mon Sep 17 00:00:00 2001 From: Neel Patel Date: Fri, 27 Oct 2023 11:34:38 +0530 Subject: [PATCH] Fix the Makefile for the new version 2.0 (#19) Reported by: @limpus64 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"