cyrilgdn / terraform-provider-postgresql

Terraform PostgreSQL provider
https://www.terraform.io/docs/providers/postgresql/
Mozilla Public License 2.0
356 stars 182 forks source link

Use uint32 for OID to stop conversion errors with pguint32 #324

Closed mat285 closed 10 months ago

mat285 commented 11 months ago

I have been running into an error when trying to use ints as a query arg for OID, switching to uint32 matches postgres's internal pguint32 type used to store the role OID stopped these errors from occurring

cyrilgdn commented 10 months ago

Released in v1.21.0