mirror of
https://github.com/postgres/postgres.git
synced 2026-01-05 23:38:41 +03:00
pg_controldata: Undo message spelling change
This commit is contained in:
@@ -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"),
|
||||
|
||||
Reference in New Issue
Block a user