mirror of
https://github.com/postgres/postgres.git
synced 2025-08-09 17:03:00 +03:00
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>