From 5d4211fa3755159f7a130e30ab2feac19f599e68 Mon Sep 17 00:00:00 2001 From: zhaobingyu <1783692558@qq.com> Date: Mon, 28 Nov 2022 14:14:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=97=AE=E9=A2=98=EF=BC=9A?= =?UTF-8?q?=E6=9B=B4=E6=94=B9=E8=A1=A8=E7=A9=BA=E9=97=B4=E7=9B=AE=E5=BD=95?= =?UTF-8?q?=E6=9D=83=E9=99=90=E4=B8=BA000=E5=90=8E=EF=BC=8C=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E8=A1=A8=E7=A9=BA=E9=97=B4=E8=99=BD=E7=84=B6=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E6=9D=83=E9=99=90=E5=8F=97=E9=99=90=EF=BC=8C=E4=BD=86?= =?UTF-8?q?=E5=AE=9E=E9=99=85=E5=88=A0=E9=99=A4=E6=88=90=E5=8A=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/gausskernel/optimizer/commands/tablespace.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gausskernel/optimizer/commands/tablespace.cpp b/src/gausskernel/optimizer/commands/tablespace.cpp index 9a3254348..1cedd30a1 100644 --- a/src/gausskernel/optimizer/commands/tablespace.cpp +++ b/src/gausskernel/optimizer/commands/tablespace.cpp @@ -1553,7 +1553,7 @@ static bool destroy_tablespace_directories(Oid tablespaceoid, bool redo) */ dirdesc = AllocateDir(linkloc_with_version_dir); if (dirdesc == NULL) { - if (!FILE_POSSIBLY_DELETED(errno)) { + if (FILE_POSSIBLY_DELETED(errno)) { if (!redo) ereport(WARNING, (errcode_for_file_access(),