forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit9c679a0
committed
Silence minor compiler warnings.
Ensure that ClassifyUtilityCommandAsReadOnly() has defined behavioreven if TransactionStmt.kind has a value that's not one of thedeclared values for its enum.Suppress warnings from compilers that don't know that elog(ERROR)doesn't return, in ClassifyUtilityCommandAsReadOnly() andjsonb_set_lax().Per Coverity and buildfarm.1 parent7aaefad commit9c679a0
2 files changed
+7
-3
lines changedLines changed: 6 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
129 | 129 |
| |
130 | 130 |
| |
131 | 131 |
| |
132 |
| - | |
| 132 | + | |
133 | 133 |
| |
134 | 134 |
| |
135 | 135 |
| |
| |||
359 | 359 |
| |
360 | 360 |
| |
361 | 361 |
| |
362 |
| - | |
| 362 | + | |
363 | 363 |
| |
364 | 364 |
| |
365 | 365 |
| |
| |||
383 | 383 |
| |
384 | 384 |
| |
385 | 385 |
| |
| 386 | + | |
| 387 | + | |
| 388 | + | |
386 | 389 |
| |
387 | 390 |
| |
388 | 391 |
| |
389 | 392 |
| |
390 | 393 |
| |
391 |
| - | |
| 394 | + | |
392 | 395 |
| |
393 | 396 |
| |
394 | 397 |
| |
|
Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
4456 | 4456 |
| |
4457 | 4457 |
| |
4458 | 4458 |
| |
| 4459 | + | |
4459 | 4460 |
| |
4460 | 4461 |
| |
4461 | 4462 |
| |
|
0 commit comments
Comments
(0)