mirror of
https://git.postgresql.org/git/postgresql.git
synced 2026-02-07 15:27:36 +08:00
Fix prototypes so they don't look like function definitions.
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
*
|
||||
* Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: nodeHashjoin.h,v 1.6 1997/11/26 01:12:50 momjian Exp $
|
||||
* $Id: nodeHashjoin.h,v 1.7 1998/01/24 22:49:04 momjian Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@ -21,8 +21,7 @@ extern TupleTableSlot *ExecHashJoin(HashJoin *node);
|
||||
extern bool ExecInitHashJoin(HashJoin *node, EState *estate, Plan *parent);
|
||||
extern int ExecCountSlotsHashJoin(HashJoin *node);
|
||||
extern void ExecEndHashJoin(HashJoin *node);
|
||||
extern char *
|
||||
ExecHashJoinSaveTuple(HeapTuple heapTuple, char *buffer,
|
||||
extern char * ExecHashJoinSaveTuple(HeapTuple heapTuple, char *buffer,
|
||||
File file, char *position);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user