Push attidentity and attgenerated handling into BuildDescForRelation() Previously, this was handled by the callers separately, but it can be trivially moved into BuildDescForRelation() so that it is handled in a central place.
Reviewed-by: Alvaro Herrera <[email protected]> Discussion: https://www.postgresql.org/message-id/flat/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/6d341407a6e34cd6857cf55ee4757397286542db Modified Files -------------- src/backend/access/common/tupdesc.c | 2 ++ src/backend/commands/tablecmds.c | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-)
