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 parenta87209c commit8fdde45Copy full SHA for 8fdde45
src/backend/partitioning/partdesc.c
@@ -116,9 +116,9 @@ RelationBuildPartitionDesc(Relation rel)
116
* tuple or an old one where relpartbound is NULL. In that case, try
117
* the table directly. We can't just AcceptInvalidationMessages() and
118
* retry the system cache lookup because it's possible that a
119
- * concurrent ATTACH PARTITION operation has removed itselfto the
120
- * ProcArray but yet added invalidation messages to the shared queue;
121
- * 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.
122
*
123
* Note that this algorithm assumes that PartitionBoundSpec we manage
124
* to fetch is the right one -- so this is only good enough for