We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c1cafe commit 6e70221Copy full SHA for 6e70221
src/backend/nodes/copyfuncs.c
@@ -7,7 +7,7 @@
7
*
8
9
* IDENTIFICATION
10
- * $Header: /cvsroot/pgsql/src/backend/nodes/copyfuncs.c,v 1.77 1999/04/19 01:43:11 tgl Exp $
+ * $Header: /cvsroot/pgsql/src/backend/nodes/copyfuncs.c,v 1.78 1999/04/27 09:49:36 ishii Exp $
11
12
*-------------------------------------------------------------------------
13
*/
@@ -514,7 +514,7 @@ _copyUnique(Unique *from)
514
* copy remainder of node
515
* ----------------
516
517
- if (newnode->uniqueAttr)
+ if (from->uniqueAttr)
518
newnode->uniqueAttr = pstrdup(from->uniqueAttr);
519
else
520
newnode->uniqueAttr = NULL;
0 commit comments