Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1b9f24c

Browse files
committed
Add missing function prototypes to stifle gcc warnings.
1 parentad5a54d commit1b9f24c

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

‎src/include/executor/executor.h

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
*
77
* Copyright (c) 1994, Regents of the University of California
88
*
9-
* $Id: executor.h,v 1.31 1999/02/13 23:21:23momjian Exp $
9+
* $Id: executor.h,v 1.32 1999/04/1621:27:23tgl Exp $
1010
*
1111
*-------------------------------------------------------------------------
1212
*/
@@ -151,7 +151,7 @@ extern TupleDesc ExecTypeFromTL(List *targetList);
151151
externvoidSetChangedParamList(Plan*node,List*newchg);
152152

153153
/*
154-
* prototypes from functions inexecTuples.c
154+
* prototypes from functions inexecUtils.c
155155
*/
156156
externvoidResetTupleCount(void);
157157
externvoidExecAssignNodeBaseInfo(EState*estate,CommonState*basenode,
@@ -165,6 +165,8 @@ extern void ExecAssignResultTypeFromTL(Plan *node, CommonState *commonstate);
165165
externTupleDescExecGetResultType(CommonState*commonstate);
166166
externvoidExecAssignProjectionInfo(Plan*node,CommonState*commonstate);
167167
externvoidExecFreeProjectionInfo(CommonState*commonstate);
168+
externvoidExecFreeExprContext(CommonState*commonstate);
169+
externvoidExecFreeTypeInfo(CommonState*commonstate);
168170
externTupleDescExecGetScanType(CommonScanState*csstate);
169171
externvoidExecAssignScanType(CommonScanState*csstate,
170172
TupleDesctupDesc);

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp