8000
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 18f2e03 commit b0e5468Copy full SHA for b0e5468
src/backend/parser/gram.y
@@ -11,7 +11,7 @@
11
*
12
13
* IDENTIFICATION
14
- * $PostgreSQL: pgsql/src/backend/parser/gram.y,v 2.562 2006/09/02 20:52:01 momjian Exp $
+ * $PostgreSQL: pgsql/src/backend/parser/gram.y,v 2.563 2006/09/03 00:46:41 momjian Exp $
15
16
* HISTORY
17
* AUTHOR DATE MAJOR EVENT
@@ -5974,7 +5974,7 @@ update_target_lists_el:
5974
ResTarget *res_col = (ResTarget *) lfirst(col_cell);
5975
Node *res_val = (Node *) lfirst(val_cell);
5976
5977
- res_col->val = (Node *)copyObject(res_val);
+ res_col->val = res_val;
5978
}
5979
5980
$$ = $2;
0 commit comments