Commit 78bea62a authored by Robert Haas's avatar Robert Haas

Fix typo.

Amit Kapila
parent 6819514f
...@@ -190,8 +190,8 @@ extern void InitLWLockAccess(void); ...@@ -190,8 +190,8 @@ extern void InitLWLockAccess(void);
/* /*
* Extensions (or core code) can obtain an LWLocks by calling * Extensions (or core code) can obtain an LWLocks by calling
* RequestNamedLWLockTranche() during postmaster startup. Subsequently, * RequestNamedLWLockTranche() during postmaster startup. Subsequently,
* call GetNamedLWLockTranche() and to obtain a pointer to an array * call GetNamedLWLockTranche() to obtain a pointer to an array containing
* containing the number of LWLocks requested. * the number of LWLocks requested.
*/ */
extern void RequestNamedLWLockTranche(const char *tranche_name, int num_lwlocks); extern void RequestNamedLWLockTranche(const char *tranche_name, int num_lwlocks);
extern LWLockPadded *GetNamedLWLockTranche(const char *tranche_name); extern LWLockPadded *GetNamedLWLockTranche(const char *tranche_name);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment