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.59 2007/04/03 04:14:26 tgl Exp $
26
+ * $PostgreSQL: pgsql/src/bin/pg_resetxlog/pg_resetxlog.c,v 1.60 2007/07/12 21:27:09 tgl Exp $
27
27
*
28
28
*-------------------------------------------------------------------------
29
29
*/
@@ -73,11 +73,11 @@ main(int argc, char *argv[])
73
73
int c ;
74
74
bool force = false;
75
75
bool noupdate = false;
76
- uint32 set_xid_epoch = -1 ;
76
+ uint32 set_xid_epoch = ( uint32 ) - 1 ;
77
77
TransactionId set_xid = 0 ;
78
78
Oid set_oid = 0 ;
79
79
MultiXactId set_mxid = 0 ;
80
- MultiXactOffset set_mxoff = -1 ;
80
+ MultiXactOffset set_mxoff = ( MultiXactOffset ) - 1 ;
81
81
uint32 minXlogTli = 0 ,
82
82
minXlogId = 0 ,
83
83
minXlogSeg = 0 ;
You can’t perform that action at this time.
0 commit comments