diff options
Diffstat (limited to 'src/backend/utils/cache/relcache.c')
-rw-r--r-- | src/backend/utils/cache/relcache.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/backend/utils/cache/relcache.c b/src/backend/utils/cache/relcache.c index d0f6f715e6f..969884d4856 100644 --- a/src/backend/utils/cache/relcache.c +++ b/src/backend/utils/cache/relcache.c @@ -2635,9 +2635,9 @@ RelationClearRelation(Relation relation, bool rebuild) * there should be no PartitionDirectory with a pointer to the old * entry. * - * Note that newrel and relation have already been swapped, so - * the "old" partition descriptor is actually the one hanging off - * of newrel. + * Note that newrel and relation have already been swapped, so the + * "old" partition descriptor is actually the one hanging off of + * newrel. */ MemoryContextSetParent(newrel->rd_pdcxt, relation->rd_pdcxt); newrel->rd_partdesc = NULL; |