mirror of
https://github.com/postgres/postgres.git
synced 2025-08-18 12:22:09 +03:00
Document LWTRANCHE_PARALLEL_HASH_JOIN.
Thomas Munro Discussion: http://postgr.es/m/CAEepm=3g1hhbFzYkR_QT9RmBvsGX4UaeCtX-4Js8OOEMmFeaSQ@mail.gmail.com
This commit is contained in:
@@ -520,6 +520,7 @@ RegisterLWLockTranches(void)
|
||||
"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++)
|
||||
|
Reference in New Issue
Block a user