SVN Commit by dpage: r5081 - in trunk/pgadmin3/xtra/pgagent: . include

From: svn(at)pgadmin(dot)org
To: pgadmin-hackers(at)postgresql(dot)org
Subject: SVN Commit by dpage: r5081 - in trunk/pgadmin3/xtra/pgagent: . include
Date: 2006-04-21 09:17:31
Message-ID: 200604210917.k3L9HVD8020590@developer.pgadmin.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Author: dpage

Date: 2006-04-21 10:17:31 +0100 (Fri, 21 Apr 2006)

New Revision: 5081

Revision summary: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/?rev=5081&view=rev

Log:
Replace the batch job execution code for Windows with a custom popen equivalent
based on CreateProcess. This is needed on Win2K on which _popen() will not work
from a service.

Modified:
trunk/pgadmin3/xtra/pgagent/include/pgAgent.h
trunk/pgadmin3/xtra/pgagent/job.cpp
trunk/pgadmin3/xtra/pgagent/win32.cpp

Browse pgadmin-hackers by date

  From Date Subject
Next Message svn 2006-04-21 09:19:24 SVN Commit by dpage: r5082 - trunk/pgadmin3
Previous Message Hiroshi Saito 2006-04-20 19:25:29 Re: _ftol2 is not in good order.