pgsql: Make ssize_t 64-bit on Win64, for compatibility with for example

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make ssize_t 64-bit on Win64, for compatibility with for example
Date: 2010-01-02 22:47:37
Message-ID: 20100102224737.60250753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Make ssize_t 64-bit on Win64, for compatibility with for example plpython.

Modified Files:
--------------
pgsql/src/include/port:
win32.h (r1.90 -> r1.91)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/include/port/win32.h?r1=1.90&r2=1.91)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2010-01-03 05:39:09 pgsql: Dept of second thoughts: my first cut at supporting "x IS NOT
Previous Message Tom Lane 2010-01-02 21:28:46 pgsql: Add missing schema-qualification in tab completion query.