aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeProjectSet.c
diff options
context:
space:
mode:
authorTom Lane <tgl@sss.pgh.pa.us>2024-08-11 12:24:56 -0400
committerTom Lane <tgl@sss.pgh.pa.us>2024-08-11 12:24:56 -0400
commitb2be5cb2ab671073ec0fc69357c3c11e25bb41cc (patch)
treee496d4c8fafbd7279ae07fe6b15021c77109003e /src/backend/executor/nodeProjectSet.c
parent364de74cff281e7363c7ca8de4fbf04c6e16f8ed (diff)
downloadpostgresql-b2be5cb2ab671073ec0fc69357c3c11e25bb41cc.tar.gz
postgresql-b2be5cb2ab671073ec0fc69357c3c11e25bb41cc.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/nodeProjectSet.c')
0 files changed, 0 insertions, 0 deletions