Fix compiler warning

Peter Eisentraut <peter@eisentraut.org>

Commit: edda32ee250fe480701083d4e072e06929991bf9
Author: Peter Eisentraut <peter@eisentraut.org>
Date: 2019-04-05T07:23:07Z
Releases: 12.0
Fix compiler warning

Rewrite get_attgenerated() to avoid compiler warning if the compiler
does not recognize that elog(ERROR) does not return.

Reported-by: David Rowley <david.rowley@2ndquadrant.com>

Files

PathChange+/−
src/backend/utils/cache/lsyscache.c modified +7 −10