提交 4d2364c0 编写于 作者: H Heikki Linnakangas

Remove FIXME comment on how pg_dist_wait_status() is dispatched.

We could declare the function as ON SEGMENT, use SPI, and let the
planner/executor dispatch it, but there's no particular reason we would
need to do it that  way. I think dispatching the function call like this
is totally OK.
上级 d95127af
......@@ -131,10 +131,6 @@ pg_dist_wait_status(PG_FUNCTION_ARGS)
{
int i;
/*
* GPDB_84_MERGE_FIXME: Should we rewrite this in a different way now that we have
* ON SEGMENT/ ON MASTER attributes on functions?
*/
CdbDispatchCommand("SELECT * FROM pg_catalog.pg_dist_wait_status()",
DF_WITH_SNAPSHOT, &ctx->cdb_pgresults);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册