citusdata / pg_cron

Run periodic jobs in PostgreSQL
PostgreSQL License
2.89k stars 195 forks source link

Does the PG_CRON support PG 17 major version? #359

Open jasonchenTJ opened 1 month ago

jasonchenTJ commented 1 month ago

Hi Guys,

Currently we are using PG 16.4 with pg_cron 1.6.2. That's works very well! We are going to update the PG major version to 17, can we still using the pg_cron version 1.6.2? or we need to update the extension to last release version?

Thanks Jason

wolfgangwalther commented 1 month ago

Building pg_cron for PG17 fails for me with v1.6.2, but works with 1.6.4. So I think you need to update.

esiaero commented 3 weeks ago

To add on, pg_cron is compatible to build with PG 17 of 1.6.3 (https://github.com/citusdata/pg_cron/releases/tag/v1.6.3).