Skip to content

Commit 531615e

Browse files
vbwagnerdmpgpro
authored andcommitted
Replaced uint with uint32
1 parent 7970350 commit 531615e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/commands/waitlsn.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ WaitLSNShmemInit(void)
146146
void
147147
WaitLSNSetLatch(void)
148148
{
149-
uint i;
149+
uint32 i;
150150
for (i = 0; i <= state->backend_maxid; i++)
151151
{
152152
SpinLockAcquire(&state->l_arr[i].slock);

0 commit comments

Comments
 (0)