File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -116,9 +116,9 @@ RelationBuildPartitionDesc(Relation rel)
116
116
* tuple or an old one where relpartbound is NULL. In that case, try
117
117
* the table directly. We can't just AcceptInvalidationMessages() and
118
118
* retry the system cache lookup because it's possible that a
119
- * concurrent ATTACH PARTITION operation has removed itself to the
120
- * ProcArray but yet added invalidation messages to the shared queue;
121
- * InvalidateSystemCaches() would work, but seems excessive.
119
+ * concurrent ATTACH PARTITION operation has removed itself from the
120
+ * ProcArray but not yet added invalidation messages to the shared
121
+ * queue; InvalidateSystemCaches() would work, but seems excessive.
122
122
*
123
123
* Note that this algorithm assumes that PartitionBoundSpec we manage
124
124
* to fetch is the right one -- so this is only good enough for
You can’t perform that action at this time.
0 commit comments