From 723d2f5d3d348c4b6c345ecf6975c58a828926d2 Mon Sep 17 00:00:00 2001 From: chenzhikai <895543892@qq.com> Date: Mon, 15 May 2023 15:52:32 +0800 Subject: [PATCH] =?UTF-8?q?pg=5Fresetxlog=20-O=E6=8A=A5=E9=94=99=E8=AF=B4?= =?UTF-8?q?=E6=98=8E=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/bin/pg_resetxlog/pg_resetxlog.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/bin/pg_resetxlog/pg_resetxlog.cpp b/src/bin/pg_resetxlog/pg_resetxlog.cpp index f2a77a5c90..b13c62ed82 100644 --- a/src/bin/pg_resetxlog/pg_resetxlog.cpp +++ b/src/bin/pg_resetxlog/pg_resetxlog.cpp @@ -230,7 +230,7 @@ int main(int argc, char* argv[]) exit(1); } if ((int32)set_mxoff == -1) { - fprintf(stderr, _("%s: multitransaction offset (-O) must not be -1\n"), progname); + fprintf(stderr, _("%s: the low 32bit of multitransaction offset (-O) must not be ffffffff\n"), progname); exit(1); } break; -- Gitee