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 f455fcf commit a4da35aCopy full SHA for a4da35a
src/include/storage/lwlock.h
@@ -207,8 +207,8 @@ extern LWLock *LWLockAssign(void);
207
* registration in the main shared memory segment wouldn't work for that case.
208
*/
209
extern int LWLockNewTrancheId(void);
210
-extern void LWLockRegisterTranche(int, LWLockTranche *);
211
-extern void LWLockInitialize(LWLock *, int tranche_id);
+extern void LWLockRegisterTranche(int tranche_id, LWLockTranche *tranche);
+extern void LWLockInitialize(LWLock *lock, int tranche_id);
212
213
/*
214
* Prior to PostgreSQL 9.4, we used an enum type called LWLockId to refer
0 commit comments