Changes between Version 1 and Version 2 of Ticket #34840, comment 1
- Timestamp:
- Sep 13, 2023, 6:27:19 PM (15 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #34840, comment 1
v1 v2 3 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 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.5 If that's the case it means that reverting to no cast in a minor release might break Postgres query planer the other way around as constraint created on 4.2 include `::text` cast but queries on a future version removing them don't.