mirror of
https://github.com/postgres/postgres.git
synced 2026-04-20 22:00:13 -04:00
pg_controldata: Undo message spelling change
This commit is contained in:
parent
70ec2f8f43
commit
ea1aee88e3
1 changed files with 1 additions and 1 deletions
|
|
@ -243,7 +243,7 @@ main(int argc, char *argv[])
|
|||
printf(_("Fake LSN counter for unlogged rels: %X/%X\n"),
|
||||
(uint32) (ControlFile.unloggedLSN >> 32),
|
||||
(uint32) ControlFile.unloggedLSN);
|
||||
printf(_("Min recovery ending location: %X/%X\n"),
|
||||
printf(_("Minimum recovery ending location: %X/%X\n"),
|
||||
(uint32) (ControlFile.minRecoveryPoint >> 32),
|
||||
(uint32) ControlFile.minRecoveryPoint);
|
||||
printf(_("Min recovery ending loc's timeline: %u\n"),
|
||||
|
|
|
|||
Loading…
Reference in a new issue