<tbody>
<row>
- <entry morerows="63"><literal>LWLock</literal></entry>
+ <entry morerows="64"><literal>LWLock</literal></entry>
<entry><literal>ShmemIndexLock</literal></entry>
<entry>Waiting to find or allocate space in shared memory.</entry>
</row>
<entry>Waiting to choose the next subplan during Parallel Append plan
execution.</entry>
</row>
+ <row>
+ <entry><literal>parallel_hash_join</literal></entry>
+ <entry>Waiting to allocate or exchange a chunk of memory or update
+ counters during Parallel Hash plan execution.</entry>
+ </row>
<row>
<entry morerows="9"><literal>Lock</literal></entry>
<entry><literal>relation</literal></entry>
"shared_tuplestore");
LWLockRegisterTranche(LWTRANCHE_TBM, "tbm");
LWLockRegisterTranche(LWTRANCHE_PARALLEL_APPEND, "parallel_append");
+ LWLockRegisterTranche(LWTRANCHE_PARALLEL_HASH_JOIN, "parallel_hash_join");
/* Register named tranches. */
for (i = 0; i < NamedLWLockTrancheRequests; i++)