File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 13
13
* Portions Copyright (c) 1996-2009, PostgreSQL Global Development Group
14
14
* Portions Copyright (c) 1994, Regents of the University of California
15
15
*
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 $
17
17
*
18
18
*-------------------------------------------------------------------------
19
19
*/
@@ -484,7 +484,7 @@ typedef enum CreateStmtLikeOption
484
484
CREATE_TABLE_LIKE_INDEXES = 1 << 2 ,
485
485
CREATE_TABLE_LIKE_STORAGE = 1 << 3 ,
486
486
CREATE_TABLE_LIKE_COMMENTS = 1 << 4 ,
487
- CREATE_TABLE_LIKE_ALL = 0xFFFFFFFF
487
+ CREATE_TABLE_LIKE_ALL = 0x7FFFFFFF
488
488
} CreateStmtLikeOption ;
489
489
490
490
/*
You can’t perform that action at this time.
0 commit comments