pgsql: Fix declarations of pthread functions, missed in recent commit.

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix declarations of pthread functions, missed in recent commit.
Date: 2008-05-16 23:57:42
Message-ID: 20080516235742.7DB76754C53@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix declarations of pthread functions, missed in recent commit.

Modified Files:
--------------
pgsql/src/port:
pthread-win32.h (r1.2 -> r1.3)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/port/pthread-win32.h?r1=1.2&r2=1.3)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2008-05-17 01:20:39 pgsql: Allow ALTER SEQUENCE START WITH to change the recorded
Previous Message Tom Lane 2008-05-16 23:36:05 pgsql: Add a RESTART (without parameter) option to ALTER SEQUENCE,