forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitcc0e7eb
committed
reindexdb: Fix warning about uninitialized indices_tables_cell
Initialize indices_tables_cell with NULL to silence the warning. Also,refactor the place of the first assignment of indices_tables_cell.Reported-by: Thomas Munro, David Rowley, Tom Lane, Richard GuoDiscussion:https://postgr.es/m/2348025.1711332418%40sss.pgh.pa.usDiscussion:https://postgr.es/m/E1roXs4-005UdX-1V%40gemulon.postgresql.org1 parent6190d82 commitcc0e7eb
1 file changed
+14
-6
lines changedLines changed: 14 additions & 6 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
277 | 277 |
| |
278 | 278 |
| |
279 | 279 |
| |
280 |
| - | |
| 280 | + | |
281 | 281 |
| |
282 | 282 |
| |
283 | 283 |
| |
| |||
366 | 366 |
| |
367 | 367 |
| |
368 | 368 |
| |
369 |
| - | |
370 |
| - | |
371 |
| - | |
372 |
| - | |
373 |
| - | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
374 | 374 |
| |
| 375 | + | |
| 376 | + | |
| 377 | + | |
| 378 | + | |
| 379 | + | |
| 380 | + | |
| 381 | + | |
| 382 | + | |
375 | 383 |
| |
376 | 384 |
| |
377 | 385 |
| |
|
0 commit comments
Comments
(0)