citusdata / postgresql-hll

PostgreSQL extension adding HyperLogLog data structures as a native data type
http://blog.aggregateknowledge.com/2013/02/04/open-source-release-postgresql-hll/
Apache License 2.0
1.14k stars 116 forks source link

Remove generated sql files for migration #133

Open hanefi opened 2 years ago

hanefi commented 2 years ago

We create migration scripts such as the following: https://github.com/citusdata/postgresql-hll/blob/bd1eba097624648b064b72c26fa4a1e0574dc6a8/Makefile#L38-L39

We no longer need to generate these files, as PG >= 10 is clever enough to find migration paths automatically.

_Originally posted by @hanefi in https://github.com/citusdata/postgresql-hll/pull/132#discussion_r954948839_