diff options
Diffstat (limited to 'src/include/tcop/pquery.h')
-rw-r--r-- | src/include/tcop/pquery.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/tcop/pquery.h b/src/include/tcop/pquery.h index 0e806a0b7bd..7aec9aa0390 100644 --- a/src/include/tcop/pquery.h +++ b/src/include/tcop/pquery.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: pquery.h,v 1.2 1996/11/04 12:07:01 scrappy Exp $ + * $Id: pquery.h,v 1.3 1996/11/10 03:06:09 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -20,7 +20,7 @@ extern QueryDesc *CreateQueryDesc(Query *parsetree, Plan *plantree, CommandDest dest); */ -extern EState *CreateExecutorState(); +extern EState *CreateExecutorState(void); extern void ProcessPortal(char *portalName, Query *parseTree, |