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

Commite0e461e

Browse files
author
Thomas G. Lockhart
committed
Add is_sequence flag to ColumnDef structure. Used to implement SERIAL type.
1 parent7ff198c commite0e461e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎src/include/nodes/parsenodes.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: parsenodes.h,v 1.55 1998/08/24 01:14:24 momjian Exp $
9+
* $Id: parsenodes.h,v 1.56 1998/08/25 15:09:31 thomas Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -708,6 +708,7 @@ typedef struct ColumnDef
708708
char*colname;/* name of column */
709709
TypeName*typename;/* type of column */
710710
boolis_not_null;/* flag to NOT NULL constraint */
711+
boolis_sequence;/* is a sequence? */
711712
char*defval;/* default value of column */
712713
List*constraints;/* constraints on column */
713714
}ColumnDef;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp