提交 570893a1 编写于 作者: H Heikki Linnakangas

Fix outdated comment.

Commit b3c50e40 changed the argument from StringInfo to ErrorData *,
but neglected the comment in the header file about it. Fix, by copying
the up-to-date comment from the .c file.
上级 83b4bed7
......@@ -28,9 +28,8 @@ struct CdbPgResults;
* produced; the caller must PQclear() them and free() the array.
* A NULL entry follows the last used entry in the array.
*
* Any error messages - whether or not they are associated with
* PGresult objects - are appended to a StringInfo buffer provided
* by the caller.
* Any error message - whether or not it is associated with an
* PGresult object - is returned in *qeError.
*/
struct pg_result **
CdbDispatchDtxProtocolCommand(DtxProtocolCommand dtxProtocolCommand,
......@@ -42,7 +41,8 @@ CdbDispatchDtxProtocolCommand(DtxProtocolCommand dtxProtocolCommand,
int *resultCount,
bool* badGangs,
List *twophaseSegments,
char *argument, int argumentLength );
char *serializedDtxContextInfo,
int serializedDtxContextInfoLen);
/*
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册