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 | 016f443648d2c92a3391d12545f06cf86cc06f5f (patch) | |
tree | b56b8be290ed9aa56303fa6b0ed72715eb22a087 /src/backend/commands/prepare.c | |
parent | adf9808fa966460f822cb8ccea424cef43f27e2b (diff) |
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/prepare.c')
0 files changed, 0 insertions, 0 deletions