mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
All external function definitions now have prototypes that are checked.
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: executor.h,v 1.4 1996/11/05 08:18:34 scrappy Exp $
|
||||
* $Id: executor.h,v 1.5 1996/11/10 03:04:59 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -142,7 +142,7 @@ extern TupleDesc ExecTypeFromTL(List *targetList);
|
||||
/*
|
||||
* prototypes from functions in execTuples.c
|
||||
*/
|
||||
extern void ResetTupleCount();
|
||||
extern void ResetTupleCount(void);
|
||||
extern void DisplayTupleCount(FILE *statfp);
|
||||
extern void ExecAssignNodeBaseInfo(EState *estate, CommonState *basenode,
|
||||
Plan *parent);
|
||||
|
Reference in New Issue
Block a user