Skip to content

Commit b6500ea

Browse files
committed
改进表述,是将包含了多个回调函数指针的结构体返回给调用方,以便于等一下由执行器、执行器来调用。
1 parent 72dd68c commit b6500ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql/doc/src/sgml/fdwhandler.sgml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ ____________________________________________________________________________-->
9494
</para>
9595
____________________________________________________________________________-->
9696
<para>
97-
处理器函数简单地返回一个函数指针结构给回调函数,回调函数将被规划器、执行器和多种维护命令调用。编写一个FDW的大部分工作量都在实现这些回调函数上。处理器函数必须被注册在<productname>PostgreSQL</productname>中,并且注册为不需要参数并且返回特殊的伪类型<type>fdw_handler</type>。回调函数则是普通的 C 函数并且对于 SQL 层是不可见的或者不可调用的。回调函数在<xref linkend="fdw-callbacks"/>中描述。
97+
处理器函数简单地返回一个包含了多个回调函数指针的结构体,回调函数将被规划器、执行器和多种维护命令调用。编写一个FDW的大部分工作量都在实现这些回调函数上。处理器函数必须被注册在<productname>PostgreSQL</productname>中,并且注册为不需要参数并且返回特殊的伪类型<type>fdw_handler</type>。回调函数则是普通的 C 函数并且对于 SQL 层是不可见的或者不可调用的。回调函数在<xref linkend="fdw-callbacks"/>中描述。
9898
</para>
9999

100100
<!--==========================orignal english content==========================

0 commit comments

Comments
 (0)