Skip to content

Commit d5652e5

Browse files
committed
Attempt to unbreak MSVC builds broken by f21bb9c.
We can't use type uint, so use uint32.
1 parent f21bb9c commit d5652e5

File tree

1 file changed

+1
-1
lines changed
  • src/backend/access/transam

1 file changed

+1
-1
lines changed

src/backend/access/transam/xlog.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7087,7 +7087,7 @@ CreateCheckPoint(int flags)
70877087
vxids = GetVirtualXIDsDelayingChkpt(&nvxids);
70887088
if (nvxids > 0)
70897089
{
7090-
uint nwaits = 0;
7090+
uint32 nwaits = 0;
70917091

70927092
do
70937093
{

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy