pgsql: Push attcompression and attstorage handling into BuildDescForRel

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Push attcompression and attstorage handling into BuildDescForRel
Date: 2023-10-05 14:35:20
Message-ID: E1qoPRf-000BDH-7W@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(at)eisentraut(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Michael Paquier 2023-10-06 00:02:44 pgsql: worker_spi: Add tests for BGWORKER_BYPASS_ALLOWCONN
Previous Message Heikki Linnakangas 2023-10-05 12:08:35 pgsql: Refactor ListenSocket array.