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 70ec2f8 commit ea1aee8Copy full SHA for ea1aee8
src/bin/pg_controldata/pg_controldata.c
@@ -243,7 +243,7 @@ main(int argc, char *argv[])
243
printf(_("Fake LSN counter for unlogged rels: %X/%X\n"),
244
(uint32) (ControlFile.unloggedLSN >> 32),
245
(uint32) ControlFile.unloggedLSN);
246
- printf(_("Min recovery ending location: %X/%X\n"),
+ printf(_("Minimum recovery ending location: %X/%X\n"),
247
(uint32) (ControlFile.minRecoveryPoint >> 32),
248
(uint32) ControlFile.minRecoveryPoint);
249
printf(_("Min recovery ending loc's timeline: %u\n"),
0 commit comments