pksunkara / pgx_ulid

Postgres extension for ulid
MIT License
346 stars 21 forks source link

Upgrade pgrx to 11.2 #34

Closed tomhoule closed 11 months ago

pksunkara commented 11 months ago

You would need to update CI files too IIRC.

tomhoule commented 11 months ago

Indeed, I found a pgrx version reference in the Dockerfile and a github workflow. Fixed and pushed.

gjtorikian commented 6 months ago

👋 I'm hitting a similar version issue when running pgrx 0.11.3. Could I make a PR to relax the version checks here (~0.11, meaning, >=0.11.0, <1.0.0) ?

pksunkara commented 6 months ago

Could I make a PR to relax the version checks here (~0.11, meaning, >=0.11.0, <1.0.0) ?

  1. That would actually mean >=0.11.0,<0.12.0. You would probably want ^0.11.2
  2. If you set it to that in the repo and it works with 0.11.3, I don't mind merging it.