diff options
| author | Robert Haas | 2018-02-28 16:46:26 +0000 |
|---|---|---|
| committer | Robert Haas | 2018-02-28 16:46:26 +0000 |
| commit | 73797b7884ee1722127f27ecfcede99367139dc0 (patch) | |
| tree | 36d238e596068a75d10e65afdc71e6c686533ecf /src | |
| parent | ce1663cdcdbd9bf15c81570277f70571b3727dd3 (diff) | |
Document LWTRANCHE_PARALLEL_HASH_JOIN.
Thomas Munro
Discussion: http://postgr.es/m/CAEepm=3g1hhbFzYkR_QT9RmBvsGX4UaeCtX-4Js8OOEMmFeaSQ@mail.gmail.com
Diffstat (limited to 'src')
| -rw-r--r-- | src/backend/storage/lmgr/lwlock.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/backend/storage/lmgr/lwlock.c b/src/backend/storage/lmgr/lwlock.c index 233606b4141..a6fda81feb6 100644 --- a/src/backend/storage/lmgr/lwlock.c +++ b/src/backend/storage/lmgr/lwlock.c @@ -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++) |
