1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Attempt to unbreak MSVC builds broken by f21bb9cfb5.

We can't use type uint, so use uint32.
This commit is contained in:
Andrew Dunstan
2012-12-03 10:23:22 -05:00
parent f21bb9cfb5
commit d5652e50d5

View File

@ -7087,7 +7087,7 @@ CreateCheckPoint(int flags)
vxids = GetVirtualXIDsDelayingChkpt(&nvxids);
if (nvxids > 0)
{
uint nwaits = 0;
uint32 nwaits = 0;
do
{