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 | b2be5cb2ab671073ec0fc69357c3c11e25bb41cc (patch) | |
tree | e496d4c8fafbd7279ae07fe6b15021c77109003e /src/tutorial/funcs.c | |
parent | 364de74cff281e7363c7ca8de4fbf04c6e16f8ed (diff) | |
download | postgresql-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/tutorial/funcs.c')
0 files changed, 0 insertions, 0 deletions