Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitef9db25

Browse files
committed
Fix typo in _copyAlterUserSetStmt.
1 parentc5741a4 commitef9db25

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/nodes/copyfuncs.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Portions Copyright (c) 1994, Regents of the University of California
1616
*
1717
* 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 $
1919
*
2020
*-------------------------------------------------------------------------
2121
*/
@@ -2468,7 +2468,7 @@ _copyAlterUserSetStmt(AlterUserSetStmt *from)
24682468
if (from->user)
24692469
newnode->user=pstrdup(from->user);
24702470
if (from->variable)
2471-
newnode->user=pstrdup(from->variable);
2471+
newnode->variable=pstrdup(from->variable);
24722472
Node_Copy(from,newnode,value);
24732473

24742474
returnnewnode;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp