pgsql: Push attcompression and attstorage handling into BuildDescForRel - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Push attcompression and attstorage handling into BuildDescForRel
Date
Msg-id E1qoPRf-000BDH-7W@gemulon.postgresql.org
Whole thread Raw
List 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@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(-)


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