projects
/
users
/
c2main
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f21bb9c
)
Attempt to unbreak MSVC builds broken by f21bb9cfb5646e1793dcc9c0ea697bab99afa523.
author
Andrew Dunstan
<
[email protected]
>
Mon, 3 Dec 2012 15:23:22 +0000
(10:23 -0500)
committer
Andrew Dunstan
<
[email protected]
>
Mon, 3 Dec 2012 15:23:22 +0000
(10:23 -0500)
We can't use type uint, so use uint32.
src/backend/access/transam/xlog.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/transam/xlog.c
b/src/backend/access/transam/xlog.c
index 2b579f9b727f26f5d08a792d3d76dfa70e13972f..754dfe7bdc66ba08a1fccc590971ab675c4b9d8a 100644
(file)
--- a/
src/backend/access/transam/xlog.c
+++ b/
src/backend/access/transam/xlog.c
@@
-7087,7
+7087,7
@@
CreateCheckPoint(int flags)
vxids = GetVirtualXIDsDelayingChkpt(&nvxids);
if (nvxids > 0)
{
- uint
nwaits = 0;
+ uint
32
nwaits = 0;
do
{