Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitfbe0232

Browse files
committed
Improve comments in utils/rel.h.
Mark the fields that should be accessed via partitioning-relatedfunctions, as we already did for some other fields.Amit LangoteDiscussion:https://postgr.es/m/CA+HiwqFnK6LbVMACMCaqwWrvoSFTecZzufKRahg2qGvLPYMX=g@mail.gmail.com
1 parentb541e9a commitfbe0232

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎src/include/utils/rel.h

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,15 @@ typedef struct RelationData
9595
List*rd_fkeylist;/* list of ForeignKeyCacheInfo (see below) */
9696
boolrd_fkeyvalid;/* true if list has been computed */
9797

98+
/* data managed by RelationGetPartitionKey: */
9899
PartitionKeyrd_partkey;/* partition key, or NULL */
99100
MemoryContextrd_partkeycxt;/* private context for rd_partkey, if any */
101+
102+
/* data managed by RelationGetPartitionDesc: */
100103
PartitionDescrd_partdesc;/* partition descriptor, or NULL */
101104
MemoryContextrd_pdcxt;/* private context for rd_partdesc, if any */
105+
106+
/* data managed by RelationGetPartitionQual: */
102107
List*rd_partcheck;/* partition CHECK quals */
103108
boolrd_partcheckvalid;/* true if list has been computed */
104109
MemoryContextrd_partcheckcxt;/* private cxt for rd_partcheck, if any */

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp