Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commite8c4f4e

Browse files
committed
Improve wording
1 parent0e3c275 commite8c4f4e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

‎src/bin/pg_resetxlog/pg_resetxlog.c

Lines changed: 3 additions & 3 deletions
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 IDfor new XLOG: %u\n"),
541+
printf(_("First log file IDafter reset: %u\n"),
542542
newXlogId);
543-
printf(_("First log file segmentfor new XLOG: %u\n"),
543+
printf(_("First log file segmentafter reset: %u\n"),
544544
newXlogSeg);
545545
printf(_("pg_control version number: %u\n"),
546546
ControlFile.pg_control_version);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp