Re: Problem with compiling extensions with Postgres Version 13

2020-11-18 Thread Laurenz Albe
On Wed, 2020-11-18 at 14:46 +0100, Eric Svenson wrote: > I am not really sure if I am in the right mailing list, but I try it here > first. > > I have written a postgres C extension as DLL which was used with Postgres 9.2 > successfully. > > Now I am trying to upgrade to Postgres 13 but I ran i

Problem with compiling extensions with Postgres Version 13

2020-11-18 Thread Eric Svenson
Hello, I am not really sure if I am in the right mailing list, but I try it here first. I have written a postgres C extension as DLL which was used with Postgres 9.2 successfully. Now I am trying to upgrade to Postgres 13 but I ran into a compile problem. The function PG_GETARG_BYTEA_P causes