mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
Make output identical to pg_resetxlog's
This commit is contained in:
@ -232,7 +232,7 @@ main(int argc, char *argv[])
|
||||
ControlFile.checkPointCopy.oldestXidDB);
|
||||
printf(_("Latest checkpoint's oldestActiveXID: %u\n"),
|
||||
ControlFile.checkPointCopy.oldestActiveXid);
|
||||
printf(_("Latest checkpoint's oldestMultiXact: %u\n"),
|
||||
printf(_("Latest checkpoint's oldestMultiXid: %u\n"),
|
||||
ControlFile.checkPointCopy.oldestMulti);
|
||||
printf(_("Latest checkpoint's oldestMulti's DB: %u\n"),
|
||||
ControlFile.checkPointCopy.oldestMultiDB);
|
||||
|
Reference in New Issue
Block a user