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

Commit4bbb7f9

Browse files
committed
Suppress Sun Studio warnings, per Stefan.
1 parent4dbbef2 commit4bbb7f9

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.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 $
2727
*
2828
*-------------------------------------------------------------------------
2929
*/
@@ -73,11 +73,11 @@ main(int argc, char *argv[])
7373
intc;
7474
boolforce= false;
7575
boolnoupdate= false;
76-
uint32set_xid_epoch=-1;
76+
uint32set_xid_epoch=(uint32)-1;
7777
TransactionIdset_xid=0;
7878
Oidset_oid=0;
7979
MultiXactIdset_mxid=0;
80-
MultiXactOffsetset_mxoff=-1;
80+
MultiXactOffsetset_mxoff=(MultiXactOffset)-1;
8181
uint32minXlogTli=0,
8282
minXlogId=0,
8383
minXlogSeg=0;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp