forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitdd1c8dd
committed
Silence compiler warnings from some older compilers.
Sincea117ceb, some older gcc versions issue "variable may be useduninitialized in this function" complaints for brin_summarize_range.Silence that using the same coding pattern as in bt_index_check_internal;arguably,a117ceb had too narrow a view of which compilers might givetrouble.Nathan Bossart and Tom Lane. Back-patch as the previous commit was.Discussion:https://postgr.es/m/20220601163537.GA2331988@nathanxps131 parenteb39610 commitdd1c8dd
File tree
2 files changed
+7
-1
lines changed- contrib/amcheck
- src/backend/access/brin
2 files changed
+7
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
284 | 284 |
| |
285 | 285 |
| |
286 | 286 |
| |
287 |
| - | |
| 287 | + | |
288 | 288 |
| |
289 | 289 |
| |
290 | 290 |
| |
|
Lines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1051 | 1051 |
| |
1052 | 1052 |
| |
1053 | 1053 |
| |
| 1054 | + | |
1054 | 1055 |
| |
| 1056 | + | |
| 1057 | + | |
| 1058 | + | |
| 1059 | + | |
| 1060 | + | |
1055 | 1061 |
| |
1056 | 1062 |
| |
1057 | 1063 |
| |
|
0 commit comments
Comments
(0)