mirror of
https://github.com/postgres/postgres.git
synced 2025-06-22 02:52:08 +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>