Skip to content

Commit

Permalink
Fix Makefile to install pg_ivm--1.3--1.4.sql (#45)
Browse files Browse the repository at this point in the history
This should have be included in the previous commit but was
accidentally forgotten. Issue #43
  • Loading branch information
yugo-n authored Jan 10, 2023
1 parent 65b2e49 commit 138eb19
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 138eb19

Please sign in to comment.