forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit016f443
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 parentadf9808 commit016f443
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
7298 | 7298 |
| |
7299 | 7299 |
| |
7300 | 7300 |
| |
7301 |
| - | |
| 7301 | + | |
7302 | 7302 |
| |
7303 | 7303 |
| |
7304 | 7304 |
| |
7305 |
| - | |
| 7305 | + | |
7306 | 7306 |
| |
7307 | 7307 |
| |
7308 | 7308 |
| |
| |||
7426 | 7426 |
| |
7427 | 7427 |
| |
7428 | 7428 |
| |
7429 |
| - | |
| 7429 | + | |
7430 | 7430 |
| |
7431 | 7431 |
| |
7432 | 7432 |
| |
7433 |
| - | |
| 7433 | + | |
7434 | 7434 |
| |
7435 | 7435 |
| |
7436 | 7436 |
| |
|
0 commit comments
Comments
(0)