pgsql: Fix compiler warning
pgsql: Fix compiler warning
От:
Peter Eisentraut <peter@eisentraut.org>
Дата:
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 Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/edda32ee250fe480701083d4e072e06929991bf9 Modified Files -------------- src/backend/utils/cache/lsyscache.c | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-)