Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit aac9f5b

Browse files
author
Thomas G. Lockhart
committed
Re-enable makeAttr() if ENABLE_OUTER_JOINS is defined.
Somehow got bracketed with #ifdef NOT_USED instead.
1 parent 4f73187 commit aac9f5b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/parser/parse_clause.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
*
88
*
99
* IDENTIFICATION
10-
* $Header: /cvsroot/pgsql/src/backend/parser/parse_clause.c,v 1.47 1999/10/22 11:51:35 momjian Exp $
10+
* $Header: /cvsroot/pgsql/src/backend/parser/parse_clause.c,v 1.48 1999/12/17 14:47:35 thomas Exp $
1111
*
1212
*-------------------------------------------------------------------------
1313
*/
@@ -137,7 +137,7 @@ transformWhereClause(ParseState *pstate, Node *a_expr, Node *o_expr)
137137
return qual;
138138
}
139139

140-
#ifdef NOT_USED
140+
#ifdef ENABLE_OUTER_JOINS
141141
static Attr *
142142
makeAttr(char *relname, char *attname)
143143
{

0 commit comments

Comments
 (0)