powa-team / powa-archivist

powa-archivist: the powa PostgreSQL extension
http://powa.readthedocs.io/
PostgreSQL License
53 stars 20 forks source link

Introduce minimum major version for powa_modules #63

Closed rjuju closed 1 month ago

rjuju commented 1 month ago

Some modules uses the pg_lsn datatype, which doesn't support min()/max() in pre-pg13 versions. As a consequence the aggregate function fails on such versions. Rather than trying to support different aggregation for those modules just skip them on older pg versions as pg12 is about to be EOL.