pgsql: Push attidentity and attgenerated handling into BuildDescForRela

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Push attidentity and attgenerated handling into BuildDescForRela
Дата
Msg-id E1qoPRf-000BDD-6W@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Heikki Linnakangas
Дата:
Сообщение: pgsql: Refactor ListenSocket array.
Следующее
От: Michael Paquier
Дата:
Сообщение: pgsql: worker_spi: Add tests for BGWORKER_BYPASS_ALLOWCONN