[ 
https://issues.apache.org/jira/browse/MADLIB-1024?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15522635#comment-15522635
 ] 

Martin Jensen edited comment on MADLIB-1024 at 9/26/16 10:55 AM:
-----------------------------------------------------------------

I can successfully build form source and install 
I can reproduce the error with pgxn. This docker file that can reproduce is 
attached

Build
docker build -t madlib .

Run
docker run -d --name madlib madlib  

Execute command in container

docker exec -it madlib psql -U postgres -c "CREATE EXTENSION plpythonu;CREATE 
EXTENSION madlib"

ERROR:  aggregate cannot accept shell type public.svec
 


was (Author: martinjensen):
I can successfully build form source and install 
I can reproduce the error with pgxn. This docker file that can reproduce is 
attached

Build
docker build -t madlib .

Run
docker run -d --name madlib madlib  

# execute command in container

docker exec -it madlib psql -U postgres -c "CREATE EXTENSION plpythonu;CREATE 
EXTENSION madlib"

ERROR:  aggregate cannot accept shell type public.svec
 

> 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.4#6332)

Reply via email to