onemoredata / bagger

Massive log storage in PostgreSQL
BSD 2-Clause "Simplified" License
9 stars 0 forks source link

Fixing SQL Makefile #120

Closed einhverfr closed 7 months ago

einhverfr commented 7 months ago

Before it was trying to double-install the main extension file. This was because of the overlap of DATA and DATA_built which are additive. Removing the DATA_built has resolved this problem.

Fixes #119