3 | | Out of curiosity, if you try re-creating your `UniqueConstraint` on 4.2, are they created with casts? |
| 3 | Out of curiosity, if you try re-creating your `UniqueConstraint` on 4.2, are they created with casts? By that I'm in no mean implying that a solution to this problem is to force the re-creation of constraints on each releases but I want to have an idea of the scope of the problem. |
| 4 | |
| 5 | If that's the case it means that reverting to no cast in a minor release might break Postgres query planer the other around where constraints are created with `::text` but queries don't use them. |