mirror of
https://github.com/postgres/postgres.git
synced 2026-05-28 04:35:45 -04:00
Fix two typos in a comment
They were introduced in 898e5e3290a7; backpatch to 12.
This commit is contained in:
parent
a87209ce7e
commit
8fdde45e32
1 changed files with 3 additions and 3 deletions
|
|
@ -116,9 +116,9 @@ RelationBuildPartitionDesc(Relation rel)
|
|||
* tuple or an old one where relpartbound is NULL. In that case, try
|
||||
* the table directly. We can't just AcceptInvalidationMessages() and
|
||||
* retry the system cache lookup because it's possible that a
|
||||
* concurrent ATTACH PARTITION operation has removed itself to the
|
||||
* ProcArray but yet added invalidation messages to the shared queue;
|
||||
* InvalidateSystemCaches() would work, but seems excessive.
|
||||
* concurrent ATTACH PARTITION operation has removed itself from the
|
||||
* ProcArray but not yet added invalidation messages to the shared
|
||||
* queue; InvalidateSystemCaches() would work, but seems excessive.
|
||||
*
|
||||
* Note that this algorithm assumes that PartitionBoundSpec we manage
|
||||
* to fetch is the right one -- so this is only good enough for
|
||||
|
|
|
|||
Loading…
Reference in a new issue