File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 88 *
99 *
1010 * IDENTIFICATION
11- * $Header: /cvsroot/pgsql/src/backend/commands/Attic/command.c,v 1.90 2000/07/15 12:37:14 momjian Exp $
11+ * $Header: /cvsroot/pgsql/src/backend/commands/Attic/command.c,v 1.91 2000/07/18 03:57:33 tgl Exp $
1212 *
1313 * NOTES
1414 * The PerformAddAttribute() code, like most of the relation
@@ -1076,7 +1076,7 @@ AlterTableDropColumn(const char *relationName,
10761076 * ALTER TABLE ADD CONSTRAINT
10771077 */
10781078void
1079- AlterTableAddConstraint (const char * relationName ,
1079+ AlterTableAddConstraint (char * relationName ,
10801080 bool inh , Node * newConstraint )
10811081{
10821082 char rulequery [41 + NAMEDATALEN ];
Original file line number Diff line number Diff line change 77 * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
88 * Portions Copyright (c) 1994, Regents of the University of California
99 *
10- * $Id: command.h,v 1.21 2000/07/05 12:45:31 wieck Exp $
10+ * $Id: command.h,v 1.22 2000/07/18 03:57:32 tgl Exp $
1111 *
1212 *-------------------------------------------------------------------------
1313 */
@@ -51,7 +51,7 @@ extern void AlterTableDropColumn(const char *relationName,
5151 bool inh , const char * colName ,
5252 int behavior );
5353
54- extern void AlterTableAddConstraint (const char * relationName ,
54+ extern void AlterTableAddConstraint (char * relationName ,
5555 bool inh , Node * newConstraint );
5656
5757extern void AlterTableDropConstraint (const char * relationName ,
You can’t perform that action at this time.
0 commit comments