Обсуждение: pgsql: Push attcompression and attstorage handling into BuildDescForRel

Поиск
Список
Период
Сортировка

pgsql: Push attcompression and attstorage handling into BuildDescForRel

От
Peter Eisentraut
Дата:
Push attcompression and attstorage handling into BuildDescForRelation()

This was previously handled by the callers but it can be moved into a
common place.

Discussion: https://www.postgresql.org/message-id/flat/52a125e4-ff9a-95f5-9f61-b87cf447e4da@eisentraut.org

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/180e3394a7042f6cefa53221bfa224db906671d3

Modified Files
--------------
src/backend/commands/tablecmds.c | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)