pgsql: libpq needs pgsleep on win32 because of the changes to

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: libpq needs pgsleep on win32 because of the changes to
Date: 2007-12-21 09:03:31
Message-ID: 20071221090331.964347540F0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
libpq needs pgsleep on win32 because of the changes to port/open.c.

Modified Files:
--------------
pgsql/src/interfaces/libpq:
Makefile (r1.157 -> r1.158)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/libpq/Makefile?r1=1.157&r2=1.158)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2007-12-21 14:20:36 pgsql: Modify pgindent to use an external typedefs file rather than
Previous Message Tom Lane 2007-12-21 03:37:18 pgsql: Fix a small typo, per Jan Urbanski