Push attcompression and attstorage handling into BuildDescForRelation()
authorPeter Eisentraut <peter@eisentraut.org>
Thu, 5 Oct 2023 14:17:16 +0000 (16:17 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Thu, 5 Oct 2023 14:20:46 +0000 (16:20 +0200)
commit180e3394a7042f6cefa53221bfa224db906671d3
tree1d6953816dc8c1f7be5156927c3dc097f5921b05
parent04e485273b56bec0e4637f97c587eca26cf823f0
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
src/backend/commands/tablecmds.c