Dong Li created HAWQ-215:
----------------------------
Summary: View gp_distributed_log and gp_distributed_xacts need to
be removed if we don't want to support it anymore.
Key: HAWQ-215
URL: https://issues.apache.org/jira/browse/HAWQ-215
Project: Apache HAWQ
Issue Type: Bug
Components: Catalog
Reporter: Dong Li
Assignee: Lei Chang
View gp_distributed_log depends on built-in function gp_distributed_log().
And gp_distributed_log() just return null. So the view can't work at all.
So do view gp_distributed_xacts.
{code}
e=# select * from gp_distributed_log;
ERROR: function returning set of rows cannot return null value
e=# select * from gp_distributed_xacts;
ERROR: function returning set of rows cannot return null value
{code}
function gp_distributed_log is defined in gp_distributed_log.c :27
function gp_distributed_xacts is defined in cdbdistributedxacts.c:44
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)