- Notifications
You must be signed in to change notification settings - Fork28
Commit3be5fe2
committed
Silence compiler warnings
Commitcfdf4dc left a few unnecessary assignments, one of whichcaused compiler warnings, as reported by Erik Rijkers. Remove them all.Discussion:https://postgr.es/m/df0dcca2025b3d90d946ecc508ca9678@xs4all.nl1 parent0f75a46 commit3be5fe2
File tree
3 files changed
+16
-19
lines changed- contrib/pg_prewarm
- src
- backend/postmaster
- test/modules/worker_spi
3 files changed
+16
-19
lines changedLines changed: 8 additions & 10 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
207 | 207 |
| |
208 | 208 |
| |
209 | 209 |
| |
210 |
| - | |
211 |
| - | |
212 | 210 |
| |
213 | 211 |
| |
214 | 212 |
| |
| |||
219 | 217 |
| |
220 | 218 |
| |
221 | 219 |
| |
222 |
| - | |
223 |
| - | |
224 |
| - | |
225 |
| - | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
226 | 224 |
| |
227 | 225 |
| |
228 | 226 |
| |
| |||
248 | 246 |
| |
249 | 247 |
| |
250 | 248 |
| |
251 |
| - | |
252 |
| - | |
253 |
| - | |
254 |
| - | |
| 249 | + | |
| 250 | + | |
| 251 | + | |
| 252 | + | |
255 | 253 |
| |
256 | 254 |
| |
257 | 255 |
| |
|
Lines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
361 | 361 |
| |
362 | 362 |
| |
363 | 363 |
| |
364 |
| - | |
365 |
| - | |
366 |
| - | |
367 |
| - | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
368 | 368 |
| |
369 | 369 |
| |
370 | 370 |
| |
|
Lines changed: 4 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
217 | 217 |
| |
218 | 218 |
| |
219 | 219 |
| |
220 |
| - | |
221 | 220 |
| |
222 | 221 |
| |
223 | 222 |
| |
224 | 223 |
| |
225 | 224 |
| |
226 | 225 |
| |
227 | 226 |
| |
228 |
| - | |
229 |
| - | |
230 |
| - | |
231 |
| - | |
| 227 | + | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
232 | 231 |
| |
233 | 232 |
| |
234 | 233 |
| |
|
0 commit comments
Comments
(0)