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 c657bc6 commit 5491b1dCopy full SHA for 5491b1d
src/backend/commands/waitlsn.c
@@ -110,7 +110,7 @@ void
110
WaitLSNShmemInit(void)
111
{
112
bool found;
113
- uint i;
+ uint32 i;
114
115
state = (GlobState *) ShmemInitStruct("pg_wait_lsn",
116
GetSHMEMSize(),
@@ -129,7 +129,7 @@ WaitLSNShmemInit(void)
129
void
130
WaitLSNSetLatch(void)
131
132
133
for (i = 0; i < (MaxConnections+1); i++)
134
135
SpinLockAcquire(&state->l_arr[i].slock);
0 commit comments