dataddo / pgq

Go queue implementation using postgres.
https://dataddo.com
Apache License 2.0
99 stars 6 forks source link

Index validator doesn't work with partitioned tables #13

Closed petans24 closed 7 months ago

petans24 commented 7 months ago

Index validator doesn't work with partitioned tables. It is checking only relkind 'r' but for partitioned tables is necessary also check relkind 'p'