mirror of
https://github.com/postgres/postgres.git
synced 2025-04-27 22:56:53 +03:00
Update comments for some parse node types.
This commit is contained in:
parent
4951a8826d
commit
c333d2b329
@ -7,7 +7,7 @@
|
|||||||
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
|
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $Id: nodes.h,v 1.73 2000/08/08 15:42:59 tgl Exp $
|
* $Id: nodes.h,v 1.74 2000/08/11 23:46:54 tgl Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -145,7 +145,7 @@ typedef enum NodeTag
|
|||||||
T_UpdateStmt,
|
T_UpdateStmt,
|
||||||
T_SelectStmt,
|
T_SelectStmt,
|
||||||
T_AlterTableStmt,
|
T_AlterTableStmt,
|
||||||
T_AggregateStmt,
|
T_AggregateStmtXXX, /* not used anymore; this tag# is available */
|
||||||
T_ChangeACLStmt,
|
T_ChangeACLStmt,
|
||||||
T_ClosePortalStmt,
|
T_ClosePortalStmt,
|
||||||
T_ClusterStmt,
|
T_ClusterStmt,
|
||||||
@ -216,7 +216,7 @@ typedef enum NodeTag
|
|||||||
T_RangeTblEntry,
|
T_RangeTblEntry,
|
||||||
T_SortClause,
|
T_SortClause,
|
||||||
T_GroupClause,
|
T_GroupClause,
|
||||||
T_SubSelect,
|
T_SubSelectXXX, /* not used anymore; this tag# is available */
|
||||||
T_JoinExpr,
|
T_JoinExpr,
|
||||||
T_CaseExpr,
|
T_CaseExpr,
|
||||||
T_CaseWhen,
|
T_CaseWhen,
|
||||||
|
@ -7,7 +7,7 @@
|
|||||||
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
|
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc
|
||||||
* Portions Copyright (c) 1994, Regents of the University of California
|
* Portions Copyright (c) 1994, Regents of the University of California
|
||||||
*
|
*
|
||||||
* $Id: parsenodes.h,v 1.110 2000/07/15 00:01:38 tgl Exp $
|
* $Id: parsenodes.h,v 1.111 2000/08/11 23:46:54 tgl Exp $
|
||||||
*
|
*
|
||||||
*-------------------------------------------------------------------------
|
*-------------------------------------------------------------------------
|
||||||
*/
|
*/
|
||||||
@ -490,8 +490,8 @@ typedef struct ProcedureStmt
|
|||||||
Node *returnType; /* the return type (as a string or a
|
Node *returnType; /* the return type (as a string or a
|
||||||
* TypeName (ie.setof) */
|
* TypeName (ie.setof) */
|
||||||
List *withClause; /* a list of DefElem */
|
List *withClause; /* a list of DefElem */
|
||||||
List *as; /* the SQL statement or filename */
|
List *as; /* definition of function body */
|
||||||
char *language; /* C or SQL */
|
char *language; /* C, SQL, etc */
|
||||||
} ProcedureStmt;
|
} ProcedureStmt;
|
||||||
|
|
||||||
/* ----------------------
|
/* ----------------------
|
||||||
|
Loading…
x
Reference in New Issue
Block a user