[
https://issues.apache.org/jira/browse/MADLIB-1024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15865681#comment-15865681
]
Mauricio Scheffer commented on MADLIB-1024:
-------------------------------------------
I'm having the same issue here. Both `CREATE EXTENSION madlib WITH SCHEMA
madlib;` and `CREATE EXTENSION madlib;` fail.
It was working fine on Postgres 9.5 :
https://github.com/mausch/postgres-madlib-docker/blob/7719703c086cfe24af8d0ab1a436d183f388d45e/Dockerfile
I only upgraded to Postgres 9.6 and started getting the same error message:
https://github.com/mausch/postgres-madlib-docker/blob/7bd305237d747e66984d3891b635ba9a513edbad/Dockerfile
Here's the latest build log:
https://hub.docker.com/r/mausch/postgres-madlib/builds/bchofyqnmwanewcajq2ryg5/
You can pull the image with Postgres 9.6 with `docker pull
mausch/postgres-madlib`.
> CREATE EXTENSION madlib fails
> -----------------------------
>
> Key: MADLIB-1024
> URL: https://issues.apache.org/jira/browse/MADLIB-1024
> Project: Apache MADlib
> Issue Type: Bug
> Reporter: Martin Jensen
> Assignee: Orhan Kislal
> Fix For: v1.10
>
> Attachments: Dockerfile
>
>
> When installing madlib with PGXN on PG 9.5.4, Ubuntu 16.04 I get the
> following error when trying to create the extension:
> ERROR: aggregate cannot accept shell type public.svec
> ********** Error **********
> ERROR: aggregate cannot accept shell type public.svec
> SQL state: 42P13
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)