Commit d5652e50 authored by Andrew Dunstan's avatar Andrew Dunstan

Attempt to unbreak MSVC builds broken by f21bb9cf.

We can't use type uint, so use uint32.
parent f21bb9cf
...@@ -7087,7 +7087,7 @@ CreateCheckPoint(int flags) ...@@ -7087,7 +7087,7 @@ CreateCheckPoint(int flags)
vxids = GetVirtualXIDsDelayingChkpt(&nvxids); vxids = GetVirtualXIDsDelayingChkpt(&nvxids);
if (nvxids > 0) if (nvxids > 0)
{ {
uint nwaits = 0; uint32 nwaits = 0;
do do
{ {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment