forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit979cd65
committed
Suppress compiler warning in pub_collist_to_bitmapset().
A fair percentage of the buildfarm doesn't recognize that oldcxtwon't be used uninitialized; silence those warnings by initializing it.While here, upgrade the function's thoroughly inadequate header comment.Oversight in923def9, per buildfarm.1 parent923def9 commit979cd65
1 file changed
+6
-2
lines changedLines changed: 6 additions & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
592 | 592 |
| |
593 | 593 |
| |
594 | 594 |
| |
595 |
| - | |
| 595 | + | |
| 596 | + | |
| 597 | + | |
| 598 | + | |
| 599 | + | |
596 | 600 |
| |
597 | 601 |
| |
598 | 602 |
| |
| |||
601 | 605 |
| |
602 | 606 |
| |
603 | 607 |
| |
604 |
| - | |
| 608 | + | |
605 | 609 |
| |
606 | 610 |
| |
607 | 611 |
| |
|
0 commit comments
Comments
(0)