diff options
author | Bruce Momjian <bruce@momjian.us> | 1999-06-17 15:16:09 +0000 |
---|---|---|
committer | Bruce Momjian <bruce@momjian.us> | 1999-06-17 15:16:09 +0000 |
commit | 4c6538259659b6325da5205005846162c78fd593 (patch) | |
tree | 2acae522c457c5c124fce867758b29752309a989 /src/include/executor/executor.h | |
parent | 0c1ec674474a317c8f90a114db4111f48cc76223 (diff) |
Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGN
for Irix.
Diffstat (limited to 'src/include/executor/executor.h')
-rw-r--r-- | src/include/executor/executor.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/include/executor/executor.h b/src/include/executor/executor.h index d9bce44a03f..43c1eb53cfc 100644 --- a/src/include/executor/executor.h +++ b/src/include/executor/executor.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: executor.h,v 1.33 1999/05/25 16:13:53 momjian Exp $ + * $Id: executor.h,v 1.34 1999/06/17 15:15:53 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -89,12 +89,6 @@ extern void ExecutorEnd(QueryDesc *queryDesc, EState *estate); extern void ExecConstraints(char *caller, Relation rel, HeapTuple tuple, EState *estate); -#ifdef QUERY_LIMIT -extern int ExecutorLimit(int limit); -extern int ExecutorGetLimit(void); - -#endif - /* * prototypes from functions in execProcnode.c */ |