mirror of
https://github.com/postgres/postgres.git
synced 2025-09-03 15:22:11 +03:00
Reindent table partitioning code.
We've accumulated quite a bit of stuff with which pgindent is not quite happy in this code; clean it up to provide a less-annoying base for future pgindent runs.
This commit is contained in:
@@ -124,11 +124,11 @@ typedef struct RelationData
|
||||
List *rd_fkeylist; /* list of ForeignKeyCacheInfo (see below) */
|
||||
bool rd_fkeyvalid; /* true if list has been computed */
|
||||
|
||||
MemoryContext rd_partkeycxt; /* private memory cxt for the below */
|
||||
struct PartitionKeyData *rd_partkey; /* partition key, or NULL */
|
||||
MemoryContext rd_pdcxt; /* private context for partdesc */
|
||||
struct PartitionDescData *rd_partdesc; /* partitions, or NULL */
|
||||
List *rd_partcheck; /* partition CHECK quals */
|
||||
MemoryContext rd_partkeycxt; /* private memory cxt for the below */
|
||||
struct PartitionKeyData *rd_partkey; /* partition key, or NULL */
|
||||
MemoryContext rd_pdcxt; /* private context for partdesc */
|
||||
struct PartitionDescData *rd_partdesc; /* partitions, or NULL */
|
||||
List *rd_partcheck; /* partition CHECK quals */
|
||||
|
||||
/* data managed by RelationGetIndexList: */
|
||||
List *rd_indexlist; /* list of OIDs of indexes on relation */
|
||||
|
Reference in New Issue
Block a user