forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5b291d1
committed
Remove unnecessary code to handle CONSTR_NOTNULL
Commit14e87ff needlessly added support for CONSTR_NOTNULL entriesto StoreConstraints. It's dead code, so remove it.To make the situation regarding constraint creation clearer, changecomments in heap_create_with_catalog, StoreConstraints, MergeAttributesto explain which types of constraint are used on each.Author: 何建 (Jian He) <jian.universality@gmail.com>Discussion:https://postgr.es/m/CACJufxFxzqrCiUNfjJ0tQU+=nKQkQCGtGzUBude=SMOwj5VNjQ@mail.gmail.com1 parentec98602 commit5b291d1
2 files changed
+11
-17
lines changedLines changed: 3 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
427 | 427 |
| |
428 | 428 |
| |
429 | 429 |
| |
430 |
| - | |
| 430 | + | |
431 | 431 |
| |
432 | 432 |
| |
433 | 433 |
| |
| |||
1481 | 1481 |
| |
1482 | 1482 |
| |
1483 | 1483 |
| |
1484 |
| - | |
| 1484 | + | |
1485 | 1485 |
| |
1486 | 1486 |
| |
1487 | 1487 |
| |
| |||
2216 | 2216 |
| |
2217 | 2217 |
| |
2218 | 2218 |
| |
2219 |
| - | |
| 2219 | + | |
2220 | 2220 |
| |
2221 | 2221 |
| |
2222 | 2222 |
| |
| |||
2260 | 2260 |
| |
2261 | 2261 |
| |
2262 | 2262 |
| |
2263 |
| - | |
2264 |
| - | |
2265 |
| - | |
2266 |
| - | |
2267 |
| - | |
2268 |
| - | |
2269 |
| - | |
2270 | 2263 |
| |
2271 | 2264 |
| |
2272 | 2265 |
| |
|
Lines changed: 8 additions & 7 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1007 | 1007 |
| |
1008 | 1008 |
| |
1009 | 1009 |
| |
1010 |
| - | |
1011 |
| - | |
1012 |
| - | |
| 1010 | + | |
| 1011 | + | |
| 1012 | + | |
1013 | 1013 |
| |
1014 | 1014 |
| |
1015 | 1015 |
| |
| |||
2437 | 2437 |
| |
2438 | 2438 |
| |
2439 | 2439 |
| |
2440 |
| - | |
2441 |
| - | |
2442 |
| - | |
2443 |
| - | |
| 2440 | + | |
| 2441 | + | |
| 2442 | + | |
| 2443 | + | |
| 2444 | + | |
2444 | 2445 |
| |
2445 | 2446 |
| |
2446 | 2447 |
| |
|
0 commit comments
Comments
(0)