timescale / timescaledb-docker-ha

Create Docker images containing TimescaleDB, Patroni to be used by developers and Kubernetes.
Apache License 2.0
168 stars 45 forks source link

Run make all for pgvector #415

Closed alexeyklyukin closed 1 year ago

alexeyklyukin commented 1 year ago

Make without all doesn't build pgvector extension installation script, resulting in an error when attempting to install it.

Move git reset outside of the loop for postgres versions, as we make clean, one need to reset it only once in the beginning, in case we have work directory cached from another run.