timescale / promscale_extension

[DEPRECATED] Tables, types and functions supporting Promscale
Other
37 stars 17 forks source link

Devenv fails to use changes from source #585

Closed jgpruitt closed 1 year ago

jgpruitt commented 1 year ago

Say you are working on 0.7.1-dev. If you have run make devenv, and have run something on the host machine like make build that generates sql/promscale--0.7.1-dev.sql, then the devenv starts using the sql file from the host's sql dir instead of the one that is generated from source. When this happens, you make changes to the source code, but it does not get updated in the devenv despite rebuilds happening. This can be incredibly confusing/frustrating. What can we do here to make this footgun go away?