GitHub user orhankislal opened a pull request:

    https://github.com/apache/madlib/pull/330

    Margins: Copy summary table instead of renaming

    JIRA: MADLIB-1274
    
    Margins summary table gets dropped since its schema remains pg_temp.
    This commit fixed the issue by copying the contents instead of renaming.

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/madlib/madlib bugfix/margins-summary

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/madlib/pull/330.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #330
    
----
commit 67bf28d9c196b969a925837eab0edda0de814193
Author: Orhan Kislal <okislal@...>
Date:   2018-09-24T14:34:33Z

    Margins: Copy summary table instead of renaming
    
    JIRA: MADLIB-1274
    
    Margins summary table gets dropped since its schema remains pg_temp.
    This commit fixed the issue by copying the contents instead of renaming.

----


---

Reply via email to