Thread: pgsql: Suppress Coverity warnings about Asserts in get_name_for_var_fie

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.

Branch
------
REL_17_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/aed881386aa6a6a542e46d14d3505e4e6f9310a0

Modified Files
--------------
src/backend/utils/adt/ruleutils.c | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)