Re: plr (extension) error during make

From: Joe Conway <mail(at)joeconway(dot)com>
To: Volkmar Herbst <volkmar(dot)herbst(at)gmx(dot)de>, pgsql-admin(at)lists(dot)postgresql(dot)org
Subject: Re: plr (extension) error during make
Date: 2019-01-07 17:58:20
Message-ID: 3914c95e-04ab-05cf-30cf-ba96fb5b2501@joeconway.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

On 1/7/19 10:24 AM, Volkmar Herbst wrote:
> I experienced an error during the build of plr on postgres 11:
> *plr.c:959:33:**error: *‘*FormData_pg_proc {aka struct
> FormData_pg_proc}*’ has no member named ‘*proiswindow*’; did you mean
> ‘*prokind*’?
>   function->iswindow = procStruct*->*proiswindow;
>
> Is there something broken with the pg_proc catalog?

This probably is not the best place to report PL/R issues, but
fortunately I monitor this list. Please be sure you are using the latest
release:

https://github.com/postgres-plr/plr/releases/tag/REL8_3_0_18

If you still have issues, please post to the github project as an issue.

Thanks,

Joe

--
Crunchy Data - http://crunchydata.com
PostgreSQL Support for Secure Enterprises
Consulting, Training, & Open Source Development

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message Laurenz Albe 2019-01-07 20:30:41 Re: Is there any way that one of the Postgres Background/Utility process may go down?
Previous Message Volkmar Herbst 2019-01-07 15:24:59 plr (extension) error during make