Skip to content

Commit d3e1cbf

Browse files
committed
Fix waitlsn for windows
1 parent 3c5a437 commit d3e1cbf

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-
uint64_t tdelay = delay;
149+
uint64 tdelay = delay;
150150
long secs;
151151
int microsecs;
152152
TimestampTz timer = GetCurrentTimestamp();

0 commit comments

Comments
 (0)