1
0
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:
Thomas G. Lockhart
1999-02-23 07:55:24 +00:00
parent 70600bd6f1
commit 0a8e9c4e7f
3 changed files with 18 additions and 18 deletions

View File

@@ -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