- Notifications
You must be signed in to change notification settings - Fork38
Commit0138dc7

Marina Polyakova
Fix compiler warnings due to new checks in PostgreSQL 16
See the commit 0fe954c28584169938e5c0738cfaa9930ce77577 (Add-Wshadow=compatible-local to the standard compilation flags) in PostgreSQL 16.pg_wait_sampling.c: In function ‘pg_wait_sampling_get_current’:pg_wait_sampling.c:454:42: warning: declaration of ‘params’ shadows a previouslocal [-Wshadow=compatible-local] 454 | WaitCurrentContext *params; | ^~~~~~pg_wait_sampling.c:446:34: note: shadowed declaration is here 446 | WaitCurrentContext *params; | ^~~~~~1 parentfb3eb36 commit0138dc7
1 file changed
+0
-1
lines changedLines changed: 0 additions & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
451 | 451 |
| |
452 | 452 |
| |
453 | 453 |
| |
454 |
| - | |
455 | 454 |
| |
456 | 455 |
| |
457 | 456 |
| |
|
0 commit comments
Comments
(0)