Check for BuildIndexValueDescription returning NULL in gist_page_items

Heikki Linnakangas <heikki.linnakangas@iki.fi>

Commit: 5d1e5c8b758770186b005a1c3888b05e37af79c5
Author: Heikki Linnakangas <heikki.linnakangas@iki.fi>
Date: 2021-01-18T12:48:43Z
Releases: 14.0
Check for BuildIndexValueDescription returning NULL in gist_page_items

Per Coverity. BuildIndexValueDescription() cannot actually return NULL in
this instance, because it only returns NULL if the user doesn't have the
required privileges, and this function can only be used by superuser. But
better safe than sorry.

Files

PathChange+/−
contrib/pageinspect/gistfuncs.c modified +9 −3