forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite4a7c03
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 parentfb91874 commite4a7c03
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 |
| |
| |||
417 | 418 |
| |
418 | 419 |
| |
419 | 420 |
| |
420 |
| - | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
421 | 424 |
| |
422 | 425 |
| |
423 | 426 |
| |
|
0 commit comments
Comments
(0)