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 | bc5446a2189309460e14191771817954e17e12ff (patch) | |
tree | e94a038fe387307015acf40e6e454bd49cf65f1c /src/backend/executor/nodeModifyTable.c | |
parent | 546a26b3d8df771624163e7338f281ff8313a8b9 (diff) | |
download | postgresql-bc5446a2189309460e14191771817954e17e12ff.tar.gz postgresql-bc5446a2189309460e14191771817954e17e12ff.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/executor/nodeModifyTable.c')
0 files changed, 0 insertions, 0 deletions