Suppress Coverity warnings about Asserts in get_name_for_var_field.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 9db6650a5a66d75234a155b20e18c8dfd7e9c22b
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2024-08-11T16:24:56Z
Releases: 16.5
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.

Files

PathChange+/−
src/backend/utils/adt/ruleutils.c modified +5 −5