From 138eb192546a02eec7000e4f3f59e3a58fab725a Mon Sep 17 00:00:00 2001 From: Yugo Nagata Date: Tue, 10 Jan 2023 18:41:50 +0900 Subject: [PATCH] Fix Makefile to install pg_ivm--1.3--1.4.sql (#45) This should have be included in the previous commit but was accidentally forgotten. Issue #43 --- Makefile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 151567d..ab4f6ea 100644 --- a/Makefile +++ b/Makefile @@ -10,7 +10,9 @@ OBJS = \ PGFILEDESC = "pg_ivm - incremental view maintenance on PostgreSQL" EXTENSION = pg_ivm -DATA = pg_ivm--1.0.sql pg_ivm--1.0--1.1.sql pg_ivm--1.1--1.2.sql pg_ivm--1.2--1.3.sql +DATA = pg_ivm--1.0.sql \ + pg_ivm--1.0--1.1.sql pg_ivm--1.1--1.2.sql pg_ivm--1.2--1.3.sql \ + pg_ivm--1.3--1.4.sql REGRESS = pg_ivm create_immv refresh_immv