diff options
Diffstat (limited to 'src/include/executor/execdefs.h')
-rw-r--r-- | src/include/executor/execdefs.h | 19 |
1 files changed, 1 insertions, 18 deletions
diff --git a/src/include/executor/execdefs.h b/src/include/executor/execdefs.h index b6e71957716..bdb4dce13c6 100644 --- a/src/include/executor/execdefs.h +++ b/src/include/executor/execdefs.h @@ -7,7 +7,7 @@ * Portions Copyright (c) 1996-2001, PostgreSQL Global Development Group * Portions Copyright (c) 1994, Regents of the University of California * - * $Id: execdefs.h,v 1.11 2001/11/05 17:46:33 momjian Exp $ + * $Id: execdefs.h,v 1.12 2002/02/27 19:35:51 tgl Exp $ * *------------------------------------------------------------------------- */ @@ -15,23 +15,6 @@ #define EXECDEFS_H /* ---------------- - * ExecutePlan() tuplecount definitions - * ---------------- - */ -#define ALL_TUPLES 0 /* return all tuples */ -#define ONE_TUPLE 1 /* return only one tuple */ - -/* ---------------- - * constants used by ExecMain - * ---------------- - */ -#define EXEC_RUN 3 -#define EXEC_FOR 4 -#define EXEC_BACK 5 -#define EXEC_RETONE 6 -#define EXEC_RESULT 7 - -/* ---------------- * Merge Join states * ---------------- */ |