Thanks to visit codestin.com Credit goes to github.com
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 6819514 commit 78bea62Copy full SHA for 78bea62
src/include/storage/lwlock.h
@@ -190,8 +190,8 @@ extern void InitLWLockAccess(void);
190
/*
191
* Extensions (or core code) can obtain an LWLocks by calling
192
* RequestNamedLWLockTranche() during postmaster startup. Subsequently,
193
- * call GetNamedLWLockTranche() and to obtain a pointer to an array
194
- * containing the number of LWLocks requested.
+ * call GetNamedLWLockTranche() to obtain a pointer to an array containing
+ * the number of LWLocks requested.
195
*/
196
extern void RequestNamedLWLockTranche(const char *tranche_name, int num_lwlocks);
197
extern LWLockPadded *GetNamedLWLockTranche(const char *tranche_name);
0 commit comments