projects
/
users
/
bernd
/
postgres.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9b07a48
)
Suppress Sun Studio warnings, per Stefan.
author
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 12 Jul 2007 21:27:09 +0000
(21:27 +0000)
committer
Tom Lane
<tgl@sss.pgh.pa.us>
Thu, 12 Jul 2007 21:27:09 +0000
(21:27 +0000)
src/bin/pg_resetxlog/pg_resetxlog.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_resetxlog/pg_resetxlog.c
b/src/bin/pg_resetxlog/pg_resetxlog.c
index de15cf2b9a7abc179db388e347f499a1f3cb5260..9896d40df2ae8c3075e1be22e32c5d6cd4034c9d 100644
(file)
--- a/
src/bin/pg_resetxlog/pg_resetxlog.c
+++ b/
src/bin/pg_resetxlog/pg_resetxlog.c
@@
-73,11
+73,11
@@
main(int argc, char *argv[])
int c;
bool force = false;
bool noupdate = false;
- uint32 set_xid_epoch = -1;
+ uint32 set_xid_epoch =
(uint32)
-1;
TransactionId set_xid = 0;
Oid set_oid = 0;
MultiXactId set_mxid = 0;
- MultiXactOffset set_mxoff = -1;
+ MultiXactOffset set_mxoff =
(MultiXactOffset)
-1;
uint32 minXlogTli = 0,
minXlogId = 0,
minXlogSeg = 0;