diff options
| author | Bruce Momjian | 1997-12-18 12:54:45 +0000 |
|---|---|---|
| committer | Bruce Momjian | 1997-12-18 12:54:45 +0000 |
| commit | 6a45941f2f7306261c6658dd2fd20b5290ce1936 (patch) | |
| tree | dafe9601c06854bef10c1ac973bbb5c864638916 /src/include/nodes | |
| parent | 4469eb63a3796243978ea1fe674dec73bd774a42 (diff) | |
Remove Existential, and ifdef out generate_fjoin. Neither did anything.
Diffstat (limited to 'src/include/nodes')
| -rw-r--r-- | src/include/nodes/nodes.h | 3 | ||||
| -rw-r--r-- | src/include/nodes/plannodes.h | 9 |
2 files changed, 2 insertions, 10 deletions
diff --git a/src/include/nodes/nodes.h b/src/include/nodes/nodes.h index 88afe401203..882d9eabed0 100644 --- a/src/include/nodes/nodes.h +++ b/src/include/nodes/nodes.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: nodes.h,v 1.19 1997/12/04 23:43:59 thomas Exp $ + * $Id: nodes.h,v 1.20 1997/12/18 12:54:36 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -29,7 +29,6 @@ typedef enum NodeTag *--------------------- */ T_Plan = 10, - T_Existential, T_Result, T_Append, T_Scan, diff --git a/src/include/nodes/plannodes.h b/src/include/nodes/plannodes.h index 77447935b80..63447c93692 100644 --- a/src/include/nodes/plannodes.h +++ b/src/include/nodes/plannodes.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: plannodes.h,v 1.10 1997/09/08 21:52:53 momjian Exp $ + * $Id: plannodes.h,v 1.11 1997/12/18 12:54:37 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -23,7 +23,6 @@ * * control nodes * - * Existential ExistentialState exstate; * Result ResultState resstate; * Append AppendState unionstate; * @@ -101,12 +100,6 @@ typedef struct Plan /* ---------------- - * existential node - * ---------------- - */ -typedef Plan Existential; - -/* ---------------- * result node - * returns tuples from outer plan that satisfy the qualifications * ---------------- |
