diff options
Diffstat (limited to 'src/backend/partitioning/partdesc.c')
-rw-r--r-- | src/backend/partitioning/partdesc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/partitioning/partdesc.c b/src/backend/partitioning/partdesc.c index de06caccd2d..7a2b5e57ff4 100644 --- a/src/backend/partitioning/partdesc.c +++ b/src/backend/partitioning/partdesc.c @@ -55,7 +55,7 @@ static PartitionDesc RelationBuildPartitionDesc(Relation rel, * RelationGetPartitionDesc -- get partition descriptor, if relation is partitioned * * We keep two partdescs in relcache: rd_partdesc includes all partitions - * (even those being concurrently marked detached), while rd_partdesc_nodetach + * (even those being concurrently marked detached), while rd_partdesc_nodetached * omits (some of) those. We store the pg_inherits.xmin value for the latter, * to determine whether it can be validly reused in each case, since that * depends on the active snapshot. |