forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit1d1b32a
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 parentee42d8f commit1d1b32a
1 file changed
+4
-1
lines changedLines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
203 | 203 |
| |
204 | 204 |
| |
205 | 205 |
| |
| 206 | + | |
206 | 207 |
| |
207 | 208 |
| |
208 | 209 |
| |
| |||
416 | 417 |
| |
417 | 418 |
| |
418 | 419 |
| |
419 |
| - | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
420 | 423 |
| |
421 | 424 |
| |
422 | 425 |
| |
|
0 commit comments
Comments
(0)