We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parenteaae947 commitc99cec9Copy full SHA for c99cec9
src/backend/partitioning/partdesc.c
@@ -150,9 +150,9 @@ RelationBuildPartitionDesc(Relation rel)
150
* tuple or an old one where relpartbound is NULL. In that case, try
151
* the table directly. We can't just AcceptInvalidationMessages() and
152
* retry the system cache lookup because it's possible that a
153
- * concurrent ATTACH PARTITION operation has removed itselfto the
154
- * ProcArray but yet added invalidation messages to the shared queue;
155
- * InvalidateSystemCaches() would work, but seems excessive.
+ * concurrent ATTACH PARTITION operation has removed itselffrom the
+ * ProcArray butnotyet added invalidation messages to the shared
+ *queue;InvalidateSystemCaches() would work, but seems excessive.
156
*
157
* Note that this algorithm assumes that PartitionBoundSpec we manage
158
* to fetch is the right one -- so this is only good enough for