Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commita4da35a

Browse files
committed
Add variable names to two LWLock C prototypes
Previously only the variable types appeared.
1 parentf455fcf commita4da35a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/storage/lwlock.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,8 +207,8 @@ extern LWLock *LWLockAssign(void);
207207
* registration in the main shared memory segment wouldn't work for that case.
208208
*/
209209
externintLWLockNewTrancheId(void);
210-
externvoidLWLockRegisterTranche(int,LWLockTranche*);
211-
externvoidLWLockInitialize(LWLock*,inttranche_id);
210+
externvoidLWLockRegisterTranche(inttranche_id,LWLockTranche*tranche);
211+
externvoidLWLockInitialize(LWLock*lock,inttranche_id);
212212

213213
/*
214214
* Prior to PostgreSQL 9.4, we used an enum type called LWLockId to refer

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp