From 752900a42f7f87fe5cf1f54337fbbd406a65a6d7 Mon Sep 17 00:00:00 2001 From: Vitaly Davydov Date: Wed, 30 Aug 2023 18:23:05 +0300 Subject: [PATCH] Fix pg_sphere--1.2.3--1.3.0 upgrade script (add brin support) --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2589494..c3351cb 100644 --- a/Makefile +++ b/Makefile @@ -263,7 +263,7 @@ pg_sphere--1.2.2--1.2.3.sql: cat upgrade_scripts/$@.in > $@ pg_sphere--1.2.3--1.3.0.sql: pgs_brin.sql.in - cat upgrade_scripts/$@.in > $@ + cat upgrade_scripts/$@.in $^ > $@ # end of local stuff