|
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 | intc; |
74 | 74 | boolforce= false; |
75 | 75 | boolnoupdate= false; |
76 | | -uint32set_xid_epoch=-1; |
| 76 | +uint32set_xid_epoch=(uint32)-1; |
77 | 77 | TransactionIdset_xid=0; |
78 | 78 | Oidset_oid=0; |
79 | 79 | MultiXactIdset_mxid=0; |
80 | | -MultiXactOffsetset_mxoff=-1; |
| 80 | +MultiXactOffsetset_mxoff=(MultiXactOffset)-1; |
81 | 81 | uint32minXlogTli=0, |
82 | 82 | minXlogId=0, |
83 | 83 | minXlogSeg=0; |
|