mirror of
https://github.com/postgres/postgres.git
synced 2025-11-03 09:13:20 +03:00
Define JoinExpr structure for outer join syntax.
Clean up comments in execnodes.h.
This commit is contained in:
@@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: nodes.h,v 1.43 1999/02/13 23:21:38 momjian Exp $
|
||||
* $Id: nodes.h,v 1.44 1999/02/23 07:55:24 thomas Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -215,7 +215,7 @@ typedef enum NodeTag
|
||||
T_SortClause,
|
||||
T_GroupClause,
|
||||
T_SubSelect,
|
||||
T_JoinUsing,
|
||||
T_JoinExpr,
|
||||
T_CaseExpr,
|
||||
T_CaseWhen,
|
||||
T_RowMark
|
||||
|
||||
Reference in New Issue
Block a user