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

Commit82121af

Browse files
committed
Avoid assuming that enum CreateStmtLikeOption is unsigned. Zdenek Kotala
1 parent6317609 commit82121af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/include/nodes/parsenodes.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
1414
* Portions Copyright (c) 1994, Regents of the University of California
1515
*
16-
* $PostgreSQL: pgsql/src/include/nodes/parsenodes.h,v 1.413 2009/11/06 21:57:57 adunstan Exp $
16+
* $PostgreSQL: pgsql/src/include/nodes/parsenodes.h,v 1.414 2009/11/13 23:44:19 tgl Exp $
1717
*
1818
*-------------------------------------------------------------------------
1919
*/
@@ -484,7 +484,7 @@ typedef enum CreateStmtLikeOption
484484
CREATE_TABLE_LIKE_INDEXES=1 <<2,
485485
CREATE_TABLE_LIKE_STORAGE=1 <<3,
486486
CREATE_TABLE_LIKE_COMMENTS=1 <<4,
487-
CREATE_TABLE_LIKE_ALL=0xFFFFFFFF
487+
CREATE_TABLE_LIKE_ALL=0x7FFFFFFF
488488
}CreateStmtLikeOption;
489489

490490
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp