1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-04 20:11:56 +03:00

MOVE implementation (added bool ismove to FetchStmt).

This commit is contained in:
Vadim B. Mikheev
1997-09-29 06:01:46 +00:00
parent 5a447b4a26
commit 51689ece82
2 changed files with 3 additions and 16 deletions

View File

@@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: nodes.h,v 1.14 1997/09/08 21:52:47 momjian Exp $
* $Id: nodes.h,v 1.15 1997/09/29 06:01:44 vadim Exp $
*
*-------------------------------------------------------------------------
*/
@@ -161,7 +161,6 @@ typedef enum NodeTag
T_ExtendStmt,
T_FetchStmt,
T_IndexStmt,
T_MoveStmt,
T_ProcedureStmt,
T_PurgeStmt,
T_RecipeStmt,