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 @@ -150,9 +150,9 @@ RelationBuildPartitionDesc(Relation rel)
150150 * tuple or an old one where relpartbound is NULL. In that case, try
151151 * the table directly. We can't just AcceptInvalidationMessages() and
152152 * retry the system cache lookup because it's possible that a
153- * concurrent ATTACH PARTITION operation has removed itself to the
154- * ProcArray but yet added invalidation messages to the shared queue;
155- * InvalidateSystemCaches() would work, but seems excessive.
153+ * concurrent ATTACH PARTITION operation has removed itself from the
154+ * ProcArray but not yet added invalidation messages to the shared
155+ * queue; InvalidateSystemCaches() would work, but seems excessive.
156156 *
157157 * Note that this algorithm assumes that PartitionBoundSpec we manage
158158 * 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