File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 8
8
*
9
9
*
10
10
* 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 $
12
12
*
13
13
* NOTES
14
14
* The PerformAddAttribute() code, like most of the relation
@@ -1076,7 +1076,7 @@ AlterTableDropColumn(const char *relationName,
1076
1076
* ALTER TABLE ADD CONSTRAINT
1077
1077
*/
1078
1078
void
1079
- AlterTableAddConstraint (const char * relationName ,
1079
+ AlterTableAddConstraint (char * relationName ,
1080
1080
bool inh , Node * newConstraint )
1081
1081
{
1082
1082
char rulequery [41 + NAMEDATALEN ];
Original file line number Diff line number Diff line change 7
7
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
8
8
* Portions Copyright (c) 1994, Regents of the University of California
9
9
*
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 $
11
11
*
12
12
*-------------------------------------------------------------------------
13
13
*/
@@ -51,7 +51,7 @@ extern void AlterTableDropColumn(const char *relationName,
51
51
bool inh , const char * colName ,
52
52
int behavior );
53
53
54
- extern void AlterTableAddConstraint (const char * relationName ,
54
+ extern void AlterTableAddConstraint (char * relationName ,
55
55
bool inh , Node * newConstraint );
56
56
57
57
extern void AlterTableDropConstraint (const char * relationName ,
You can’t perform that action at this time.
0 commit comments