Skip to content

Commit ad8fa23

Browse files
committed
Remove old quel labels.
1 parent 3d15d13 commit ad8fa23

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/include/nodes/nodes.h

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: nodes.h,v 1.20 1997/12/18 12:54:36 momjian Exp $
9+
* $Id: nodes.h,v 1.21 1998/01/09 21:13:43 momjian Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -142,11 +142,11 @@ typedef enum NodeTag
142142
*---------------------
143143
*/
144144
T_Query = 600,
145-
T_AppendStmt,
145+
T_InsertStmt,
146146
T_DeleteStmt,
147-
T_ReplaceStmt,
147+
T_UpdateStmt,
148148
T_CursorStmt,
149-
T_RetrieveStmt,
149+
T_SelectStmt,
150150
T_AddAttrStmt,
151151
T_AggregateStmt,
152152
T_ChangeACLStmt,

0 commit comments

Comments
 (0)