10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93eb619 commit 591ccb6Copy full SHA for 591ccb6
src/backend/storage/lmgr/lwlock.c
@@ -581,8 +581,8 @@ LWLockNewTrancheId(void)
581
582
/*
583
* Register a tranche ID in the lookup table for the current process. This
584
- * routine will save a pointer to the tranche object passed as an argument,
585
- * so that object should be allocated in a backend-lifetime context
+ * routine will save a pointer to the tranche name passed as an argument,
+ * so the name should be allocated in a backend-lifetime context
586
* (TopMemoryContext, static variable, or similar).
587
*/
588
void
0 commit comments