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 15
15
* Portions Copyright (c) 1994, Regents of the University of California
16
16
*
17
17
* IDENTIFICATION
18
- * $Header: /cvsroot/pgsql/src/backend/nodes/copyfuncs.c,v 1.184 2002/05/12 23:43:02 tgl Exp $
18
+ * $Header: /cvsroot/pgsql/src/backend/nodes/copyfuncs.c,v 1.185 2002/05/13 20:39:43 tgl Exp $
19
19
*
20
20
*-------------------------------------------------------------------------
21
21
*/
@@ -2468,7 +2468,7 @@ _copyAlterUserSetStmt(AlterUserSetStmt *from)
2468
2468
if (from -> user )
2469
2469
newnode -> user = pstrdup (from -> user );
2470
2470
if (from -> variable )
2471
- newnode -> user = pstrdup (from -> variable );
2471
+ newnode -> variable = pstrdup (from -> variable );
2472
2472
Node_Copy (from , newnode , value );
2473
2473
2474
2474
return newnode ;
You can’t perform that action at this time.
0 commit comments