mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-15 19:06:59 +08:00
Attempt to unbreak MSVC builds broken by f21bb9cfb5646e1793dcc9c0ea697bab99afa523.
We can't use type uint, so use uint32.
This commit is contained in:
@ -7087,7 +7087,7 @@ CreateCheckPoint(int flags)
|
||||
vxids = GetVirtualXIDsDelayingChkpt(&nvxids);
|
||||
if (nvxids > 0)
|
||||
{
|
||||
uint nwaits = 0;
|
||||
uint32 nwaits = 0;
|
||||
|
||||
do
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user