forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit16e67bc
committed
Suppress Coverity warnings about Asserts in get_name_for_var_field.
Coverity thinks dpns->plan could be null at these points. Thatshouldn't really be possible, but it's easy enough to modify theAsserts so they'd not core-dump if it were true.These are new inb919a97. Back-patch to v13; the v12 versionof the patch didn't have these Asserts.1 parent2f4e895 commit16e67bc
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7897 | 7897 |
| |
7898 | 7898 |
| |
7899 | 7899 |
| |
7900 |
| - | |
| 7900 | + | |
7901 | 7901 |
| |
7902 | 7902 |
| |
7903 | 7903 |
| |
7904 |
| - | |
| 7904 | + | |
7905 | 7905 |
| |
7906 | 7906 |
| |
7907 | 7907 |
| |
| |||
8028 | 8028 |
| |
8029 | 8029 |
| |
8030 | 8030 |
| |
8031 |
| - | |
| 8031 | + | |
8032 | 8032 |
| |
8033 | 8033 |
| |
8034 | 8034 |
| |
8035 |
| - | |
8036 |
| - | |
| 8035 | + | |
| 8036 | + | |
8037 | 8037 |
| |
8038 | 8038 |
| |
8039 | 8039 |
| |
|
0 commit comments
Comments
(0)