Thread: plr (extension) error during make

plr (extension) error during make

From
Volkmar Herbst
Date:
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?

Regards
Volkmar

Re: plr (extension) error during make

From
Joe Conway
Date:
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


Attachment