forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit7ecb714
committed
Fix improper NULL handling in list partitioning code.
The previous logic was wrong when the value was NULL but there wasno partition for NULL.Amit Langote, reviewed by Jeevan LadheDiscussion:http://postgr.es/m/d64f8498-70eb-3c88-b56d-c54fd3b0500f@lab.ntt.co.jp1 parent8355a01 commit7ecb714
File tree
3 files changed
+20
-3
lines changed- src
- backend/catalog
- test/regress
- expected
- sql
3 files changed
+20
-3
lines changedLines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1729 | 1729 |
| |
1730 | 1730 |
| |
1731 | 1731 |
| |
1732 |
| - | |
1733 |
| - | |
| 1732 | + | |
| 1733 | + | |
| 1734 | + | |
| 1735 | + | |
| 1736 | + | |
| 1737 | + | |
1734 | 1738 |
| |
1735 |
| - | |
| 1739 | + | |
1736 | 1740 |
| |
1737 | 1741 |
| |
1738 | 1742 |
| |
|
Lines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
365 | 365 |
| |
366 | 366 |
| |
367 | 367 |
| |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
368 | 375 |
| |
369 | 376 |
| |
370 | 377 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
226 | 226 |
| |
227 | 227 |
| |
228 | 228 |
| |
| 229 | + | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
| 234 | + | |
229 | 235 |
| |
230 | 236 |
| |
231 | 237 |
| |
|
0 commit comments
Comments
(0)