Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 6772c1e

Browse files
committed
Make output identical to pg_resetxlog's
1 parent 5c54f63 commit 6772c1e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/bin/pg_controldata/pg_controldata.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ main(int argc, char *argv[])
232232
ControlFile.checkPointCopy.oldestXidDB);
233233
printf(_("Latest checkpoint's oldestActiveXID: %u\n"),
234234
ControlFile.checkPointCopy.oldestActiveXid);
235-
printf(_("Latest checkpoint's oldestMultiXact: %u\n"),
235+
printf(_("Latest checkpoint's oldestMultiXid: %u\n"),
236236
ControlFile.checkPointCopy.oldestMulti);
237237
printf(_("Latest checkpoint's oldestMulti's DB: %u\n"),
238238
ControlFile.checkPointCopy.oldestMultiDB);

0 commit comments

Comments
 (0)