mirror of
https://github.com/postgres/postgres.git
synced 2025-06-11 20:28:21 +03:00
Provide a DSA area for all parallel queries.
This will allow future parallel query code to dynamically allocate storage shared by all participants. Thomas Munro, with assorted changes by me.
This commit is contained in:
@ -818,7 +818,7 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
|
||||
|
||||
<tbody>
|
||||
<row>
|
||||
<entry morerows="57"><literal>LWLock</></entry>
|
||||
<entry morerows="58"><literal>LWLock</></entry>
|
||||
<entry><literal>ShmemIndexLock</></entry>
|
||||
<entry>Waiting to find or allocate space in shared memory.</entry>
|
||||
</row>
|
||||
@ -1069,6 +1069,10 @@ postgres 27093 0.0 0.0 30096 2752 ? Ss 11:34 0:00 postgres: ser
|
||||
<entry><literal>predicate_lock_manager</></entry>
|
||||
<entry>Waiting to add or examine predicate lock information.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry><literal>parallel_query_dsa</></entry>
|
||||
<entry>Waiting for parallel query dynamic shared memory allocation lock.</entry>
|
||||
</row>
|
||||
<row>
|
||||
<entry morerows="9"><literal>Lock</></entry>
|
||||
<entry><literal>relation</></entry>
|
||||
|
Reference in New Issue
Block a user