1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-01 21:31:19 +03:00

Remove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGN

for Irix.
This commit is contained in:
Bruce Momjian
1999-06-17 15:16:09 +00:00
parent 0c1ec67447
commit 4c65382596
11 changed files with 18 additions and 163 deletions

View File

@@ -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
*/