Uploaded image for project: 'Apache HAWQ (Retired)'
  1. Apache HAWQ (Retired)
  2. HAWQ-215

View gp_distributed_log and gp_distributed_xacts need to be removed if we don't want to support it anymore.

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Open
    • Major
    • Resolution: Unresolved
    • None
    • backlog
    • Catalog
    • None

    Description

      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.

      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
      

      function gp_distributed_log is defined in gp_distributed_log.c :27
      function gp_distributed_xacts is defined in cdbdistributedxacts.c:44

      Attachments

        Activity

          People

            mli Ming Li
            doli Dong Li
            Votes:
            0 Vote for this issue
            Watchers:
            3 Start watching this issue

            Dates

              Created:
              Updated: