1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-30 21:42:05 +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

@ -4,7 +4,7 @@
*
* Copyright (c) 1994-5, Regents of the University of California
*
* $Id: explain.c,v 1.32 1999/02/13 23:15:06 momjian Exp $
* $Id: explain.c,v 1.33 1999/03/23 16:50:46 momjian Exp $
*
*/
#include <stdio.h>
@ -194,9 +194,6 @@ explain_outNode(StringInfo str, Plan *plan, int indent, ExplainState *es)
case T_Hash:
pname = "Hash";
break;
case T_Tee:
pname = "Tee";
break;
default:
pname = "";
break;