aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/dbcommands.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
commitaed881386aa6a6a542e46d14d3505e4e6f9310a0 (patch)
tree3d07830d932090ede259041026fc8d70aca14904 /src/backend/commands/dbcommands.c
parent2b8d33f66c134b5f1b0a94a7e40af2fbb6a086b7 (diff)
downloadpostgresql-aed881386aa6a6a542e46d14d3505e4e6f9310a0.tar.gz
postgresql-aed881386aa6a6a542e46d14d3505e4e6f9310a0.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/commands/dbcommands.c')
0 files changed, 0 insertions, 0 deletions