1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-05 07:21:24 +03:00

Remove Tee code, move to _deadcode.

This commit is contained in:
Bruce Momjian
1999-03-23 16:51:04 +00:00
parent 92781fc18a
commit 344dfc0b0f
13 changed files with 24 additions and 102 deletions

View File

@ -6,7 +6,7 @@
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: nodes.h,v 1.47 1999/03/07 03:34:11 momjian Exp $
* $Id: nodes.h,v 1.48 1999/03/23 16:51:03 momjian Exp $
*
*-------------------------------------------------------------------------
*/
@ -45,7 +45,6 @@ typedef enum NodeTag
T_Unique,
T_Hash,
T_Choose,
T_Tee,
T_Group,
T_SubPlan,
@ -117,7 +116,6 @@ typedef enum NodeTag
T_SortState,
T_UniqueState,
T_HashState,
T_TeeState,
/*---------------------
* TAGS FOR MEMORY NODES (memnodes.h)