From 9f7da01725f4e002b42f04981dd0175d007c8d2c Mon Sep 17 00:00:00 2001 From: chenxiaobin <1025221611@qq.com> Date: Fri, 1 Apr 2022 02:17:51 +0000 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8DCheckTimeout=20TimestampTz?= =?UTF-8?q?=E5=92=8Cfloat=E7=B1=BB=E5=9E=8B=E8=BF=90=E7=AE=97=E5=AF=BC?= =?UTF-8?q?=E8=87=B4=E7=9A=84=E7=B2=BE=E5=BA=A6=E4=B8=A2=E5=A4=B1=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gausskernel/storage/replication/logical/worker.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gausskernel/storage/replication/logical/worker.cpp b/src/gausskernel/storage/replication/logical/worker.cpp index 6647249ea..0079eda34 100644 --- a/src/gausskernel/storage/replication/logical/worker.cpp +++ b/src/gausskernel/storage/replication/logical/worker.cpp @@ -93,7 +93,7 @@ #include "utils/relcache.h" static const int NAPTIME_PER_CYCLE = 10; /* max sleep time between cycles (10ms) */ -static const float HALF = 0.5; +static const double HALF = 0.5; typedef struct FlushPosition { dlist_node node;