pg_resetxlog -O报错说明调整

This commit is contained in:
chenzhikai
2023-05-15 15:52:32 +08:00
parent 68dda2dea2
commit 723d2f5d3d

View File

@ -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;