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

Lines changed: 1 addition & 1 deletion
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)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy