Skip to content

Commit 3c5a437

Browse files
Fenimorkindmpgpro
authored andcommitted
Delay to uint64_t
1 parent 8613092 commit 3c5a437

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 @@ WaitLSNUtility(const char *lsn, const int delay)
146146
XLogRecPtr trg_lsn;
147147
XLogRecPtr cur_lsn;
148148
int latch_events;
149-
uint_fast64_t tdelay = delay;
149+
uint64_t tdelay = delay;
150150
long secs;
151151
int microsecs;
152152
TimestampTz timer = GetCurrentTimestamp();

0 commit comments

Comments
 (0)