pgsql: Push attidentity and attgenerated handling into BuildDescForRela - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Push attidentity and attgenerated handling into BuildDescForRela
Date
Msg-id E1qoPRf-000BDD-6W@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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 <alvherre@alvh.no-ip.org>
Discussion: https://www.postgresql.org/message-id/flat/52a125e4-ff9a-95f5-9f61-b87cf447e4da@eisentraut.org

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(-)


pgsql-committers by date:

Previous
From: Heikki Linnakangas
Date:
Subject: pgsql: Refactor ListenSocket array.
Next
From: Michael Paquier
Date:
Subject: pgsql: worker_spi: Add tests for BGWORKER_BYPASS_ALLOWCONN