forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit096f1cc
committed
Always initialize PartitionBoundInfoData's null_index.
This doesn't actually matter at present, because the current codenever consults null_index for range partitions. However, leavingit uninitialized is still a bad idea, so let's not do that.Amul Sul, reviewed by Ashutosh BapatDiscussion:http://postgr.es/m/CAAJ_b94AkEzcx+12ySCnbMDX7=UdF4BjnoBGfMQbB0RNSTo3Ng@mail.gmail.com1 parentb6263cd commit096f1cc
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
454 | 454 |
| |
455 | 455 |
| |
456 | 456 |
| |
| 457 | + | |
457 | 458 |
| |
458 | 459 |
| |
459 | 460 |
| |
| |||
503 | 504 |
| |
504 | 505 |
| |
505 | 506 |
| |
506 |
| - | |
507 |
| - | |
508 | 507 |
| |
509 | 508 |
| |
510 | 509 |
| |
|
0 commit comments
Comments
(0)