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 66 * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group
77 * Portions Copyright (c) 1994, Regents of the University of California
88 *
9- * $Id: analyze.c,v 1.177 2001/01/24 19:43:00 momjian Exp $
9+ * $Id: analyze.c,v 1.178 2001/01/27 07:23:48 tgl Exp $
1010 *
1111 *-------------------------------------------------------------------------
1212 */
@@ -749,7 +749,7 @@ transformCreateStmt(ParseState *pstate, CreateStmt *stmt)
749749 elog (NOTICE , "CREATE TABLE will create implicit sequence '%s' for SERIAL column '%s.%s'" ,
750750 sequence -> seqname , stmt -> relname , column -> colname );
751751
752- blist = makeList1 ( sequence );
752+ blist = lappend ( blist , sequence );
753753 }
754754
755755 /* Process column constraints, if any... */
You can’t perform that action at this time.
0 commit comments