forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb2be5cb
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 parent364de74 commitb2be5cb
1 file changed
+5
-5
lines changedLines changed: 5 additions & 5 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7914 | 7914 |
| |
7915 | 7915 |
| |
7916 | 7916 |
| |
7917 |
| - | |
| 7917 | + | |
7918 | 7918 |
| |
7919 | 7919 |
| |
7920 | 7920 |
| |
7921 |
| - | |
| 7921 | + | |
7922 | 7922 |
| |
7923 | 7923 |
| |
7924 | 7924 |
| |
| |||
8045 | 8045 |
| |
8046 | 8046 |
| |
8047 | 8047 |
| |
8048 |
| - | |
| 8048 | + | |
8049 | 8049 |
| |
8050 | 8050 |
| |
8051 | 8051 |
| |
8052 |
| - | |
8053 |
| - | |
| 8052 | + | |
| 8053 | + | |
8054 | 8054 |
| |
8055 | 8055 |
| |
8056 | 8056 |
| |
|
0 commit comments
Comments
(0)