mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Finished merging in src/backend from Dr. George's source tree
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
*
|
||||
*
|
||||
* IDENTIFICATION
|
||||
* $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteManip.c,v 1.1.1.1 1996/07/09 06:21:52 scrappy Exp $
|
||||
* $Header: /cvsroot/pgsql/src/backend/rewrite/rewriteManip.c,v 1.2 1996/07/23 02:23:54 scrappy Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -319,7 +319,7 @@ nodeHandleRIRAttributeRule(Node **nodePtr,
|
||||
if (name_to_look_for.data[0]) {
|
||||
Node *n;
|
||||
|
||||
n = FindMatchingTLEntry(targetlist, &name_to_look_for);
|
||||
n = FindMatchingTLEntry(targetlist, (char *)&name_to_look_for);
|
||||
if (n == NULL) {
|
||||
*nodePtr = make_null(((Var*) node)->vartype);
|
||||
} else {
|
||||
|
Reference in New Issue
Block a user