diff options
Diffstat (limited to 'src/include/partitioning/partbounds.h')
-rw-r--r-- | src/include/partitioning/partbounds.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/src/include/partitioning/partbounds.h b/src/include/partitioning/partbounds.h index 9db546def6..7138cb1f2a 100644 --- a/src/include/partitioning/partbounds.h +++ b/src/include/partitioning/partbounds.h @@ -72,7 +72,9 @@ struct RelOptInfo; /* avoid including pathnodes.h here */ * contain any value that does not belong in another partition. This field * only serves as proof that a particular partition is not interleaved, not * proof that it is interleaved. When we're uncertain, we marked the - * partition as interleaved. + * partition as interleaved. The interleaved_parts field is only ever set for + * RELOPT_BASEREL and RELOPT_OTHER_MEMBER_REL, it is always left NULL for join + * relations. */ typedef struct PartitionBoundInfoData { |