diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2024-08-11 12:24:56 -0400 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2024-08-11 12:24:56 -0400 |
commit | 16e67bc5f98f2f5691fb5c01d5a8310de1c62b81 (patch) | |
tree | 2cd7a6e21a12a615c3668fa807fcd1cb8ec3b6dd /src/backend/commands/dbcommands.c | |
parent | 2f4e895be76044fc09bdf96617043c94a12079e7 (diff) | |
download | postgresql-16e67bc5f98f2f5691fb5c01d5a8310de1c62b81.tar.gz postgresql-16e67bc5f98f2f5691fb5c01d5a8310de1c62b81.zip |
Suppress Coverity warnings about Asserts in get_name_for_var_field.
Coverity thinks dpns->plan could be null at these points. That
shouldn't really be possible, but it's easy enough to modify the
Asserts so they'd not core-dump if it were true.
These are new in b919a97a6. Back-patch to v13; the v12 version
of the patch didn't have these Asserts.
Diffstat (limited to 'src/backend/commands/dbcommands.c')
0 files changed, 0 insertions, 0 deletions