mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Code review for LIKE INCLUDING patch --- clean up some cosmetic and not
so cosmetic stuff.
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $PostgreSQL: pgsql/src/backend/commands/sequence.c,v 1.161 2009/07/16 06:33:42 petere Exp $
|
||||
* $PostgreSQL: pgsql/src/backend/commands/sequence.c,v 1.162 2009/10/13 00:53:07 tgl Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -132,6 +132,7 @@ DefineSequence(CreateSeqStmt *seq)
|
||||
coldef->inhcount = 0;
|
||||
coldef->is_local = true;
|
||||
coldef->is_not_null = true;
|
||||
coldef->storage = 0;
|
||||
coldef->raw_default = NULL;
|
||||
coldef->cooked_default = NULL;
|
||||
coldef->constraints = NIL;
|
||||
|
Reference in New Issue
Block a user