提交 43d67502 编写于 作者: H Heikki Linnakangas

Remove prototype for non-existent function.

Commit 846b6e5d removed the function, but forgot to remove the prototype.
上级 f20257b9
......@@ -128,7 +128,6 @@ workfile_set *workfile_mgr_create_set(enum ExecWorkFileType type, bool can_be_re
PlanState *ps);
void workfile_mgr_close_set(workfile_set *work_set);
void workfile_mgr_cleanup(void);
bool workfile_mgr_can_reuse(workfile_set *work_set, PlanState *ps);
Size workfile_mgr_shmem_size(void);
void workfile_mgr_cache_init(void);
void workfile_mgr_mark_complete(workfile_set *work_set);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册