8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c54f63 commit 6772c1eCopy full SHA for 6772c1e
src/bin/pg_controldata/pg_controldata.c
@@ -232,7 +232,7 @@ main(int argc, char *argv[])
232
ControlFile.checkPointCopy.oldestXidDB);
233
printf(_("Latest checkpoint's oldestActiveXID: %u\n"),
234
ControlFile.checkPointCopy.oldestActiveXid);
235
- printf(_("Latest checkpoint's oldestMultiXact: %u\n"),
+ printf(_("Latest checkpoint's oldestMultiXid: %u\n"),
236
ControlFile.checkPointCopy.oldestMulti);
237
printf(_("Latest checkpoint's oldestMulti's DB: %u\n"),
238
ControlFile.checkPointCopy.oldestMultiDB);
0 commit comments