- Notifications
You must be signed in to change notification settings - Fork5
Commitc31305d
committed
Address ccvalid/ccnoinherit in TupleDesc support functions.
equalTupleDescs() neglected both of these ConstrCheck fields, andCreateTupleDescCopyConstr() neglected ccnoinherit. At this time, theonly known behavior defect resulting from these omissions is constraintexclusion disregarding a CHECK constraint validated by an ALTER TABLEVALIDATE CONSTRAINT statement issued earlier in the same transaction.Back-patch to 9.2, where these fields were introduced.1 parent4c0e97c commitc31305d
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
204 | 204 |
| |
205 | 205 |
| |
206 | 206 |
| |
| 207 | + | |
207 | 208 |
| |
208 | 209 |
| |
209 | 210 |
| |
| |||
458 | 459 |
| |
459 | 460 |
| |
460 | 461 |
| |
461 |
| - | |
| 462 | + | |
| 463 | + | |
| 464 | + | |
462 | 465 |
| |
463 | 466 |
| |
464 | 467 |
| |
|
0 commit comments
Comments
(0)