mirror of
https://github.com/postgres/postgres.git
synced 2025-04-25 21:42:33 +03:00
pg_controldata: Undo message spelling change
This commit is contained in:
parent
70ec2f8f43
commit
ea1aee88e3
@ -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…
x
Reference in New Issue
Block a user