pgsql: remove unneeded defines for uid_t and gid_t, which conflict with

From: adunstan(at)postgresql(dot)org (Andrew Dunstan)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: remove unneeded defines for uid_t and gid_t, which conflict with
Date: 2006-01-10 01:01:04
Message-ID: 20060110010104.424B49DC9AD@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------

remove unneeded defines for uid_t and gid_t, which conflict with perl's typedefs.

Modified Files:
--------------
pgsql/src/include/port:
win32.h (r1.49 -> r1.50)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/port/win32.h.diff?r1=1.49&r2=1.50)

Browse pgsql-committers by date

  From Date Subject
Next Message User H-saito 2006-01-10 04:06:39 psqlodbc - psqlodbc: [07-03-0258] bug-fix There was a case where a
Previous Message Neil Conway 2006-01-10 00:33:48 pgsql: In PLy_function_build_args(), the code loops repeatedly,