SVN Commit by dpage: r5081 - in trunk/pgadmin3/xtra/pgagent: . include
require($_SERVER['DOCUMENT_ROOT']."/includes/top_config.php");
?>
SVN Commit by dpage: r5081 - in trunk/pgadmin3/xtra/pgagent: . include
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
Home |
Main Index |
Thread Index