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
This commit is contained in:
Yugo Nagata 2023-01-10 18:41:50 +09:00 committed by GitHub
parent 65b2e4937e
commit 138eb19254
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -10,7 +10,9 @@ OBJS = \
PGFILEDESC = "pg_ivm - incremental view maintenance on PostgreSQL" PGFILEDESC = "pg_ivm - incremental view maintenance on PostgreSQL"
EXTENSION = pg_ivm 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 REGRESS = pg_ivm create_immv refresh_immv