On lör, 2010-01-02 at 15:42 +0100, Magnus Hagander wrote:
> When trying to build plpython on win64, it fails because ssize_t is
> defined differently.
>
> PostgreSQL has it as
> typedef long ssize_t;
>
> And python has it as:
> typedef __int64 ssize_t;
What file/line is that? I don't see that in my copies.