Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit e8c4f4e

Browse files
committed
Improve wording
1 parent 0e3c275 commit e8c4f4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/bin/pg_resetxlog/pg_resetxlog.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
2424
* Portions Copyright (c) 1994, Regents of the University of California
2525
*
26-
* $PostgreSQL: pgsql/src/bin/pg_resetxlog/pg_resetxlog.c,v 1.60 2007/07/12 21:27:09 tgl Exp $
26+
* $PostgreSQL: pgsql/src/bin/pg_resetxlog/pg_resetxlog.c,v 1.61 2007/11/07 13:23:20 petere Exp $
2727
*
2828
*-------------------------------------------------------------------------
2929
*/
@@ -538,9 +538,9 @@ PrintControlValues(bool guessed)
538538
snprintf(sysident_str, sizeof(sysident_str), UINT64_FORMAT,
539539
ControlFile.system_identifier);
540540

541-
printf(_("First log file ID for new XLOG: %u\n"),
541+
printf(_("First log file ID after reset: %u\n"),
542542
newXlogId);
543-
printf(_("First log file segment for new XLOG: %u\n"),
543+
printf(_("First log file segment after reset: %u\n"),
544544
newXlogSeg);
545545
printf(_("pg_control version number: %u\n"),
546546
ControlFile.pg_control_version);

0 commit comments

Comments
 (0)