File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
* Portions Copyright (c) 1996-2007, PostgreSQL Global Development Group
24
24
* Portions Copyright (c) 1994, Regents of the University of California
25
25
*
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 $
27
27
*
28
28
*-------------------------------------------------------------------------
29
29
*/
@@ -538,9 +538,9 @@ PrintControlValues(bool guessed)
538
538
snprintf (sysident_str , sizeof (sysident_str ), UINT64_FORMAT ,
539
539
ControlFile .system_identifier );
540
540
541
- printf (_ ("First log file ID for new XLOG: %u\n" ),
541
+ printf (_ ("First log file ID after reset: %u\n" ),
542
542
newXlogId );
543
- printf (_ ("First log file segment for new XLOG: %u\n" ),
543
+ printf (_ ("First log file segment after reset: %u\n" ),
544
544
newXlogSeg );
545
545
printf (_ ("pg_control version number: %u\n" ),
546
546
ControlFile .pg_control_version );
You can’t perform that action at this time.
0 commit comments