Re: [pgadmin-hackers] pgAgent crashes on failed connection

2011-08-04 Thread Merlin Moncure
On Thu, Aug 4, 2011 at 2:19 PM, Heikki Linnakangas wrote: > I created 100 identical pgagent jobs, with one step that simply does "SELECT > pg_sleep(10)". I then forced them all to run immediately, with "UPDATE > pgagent.pga_job SET jobnextrun=now();". pgagent crashed. > > What happened is that the

[pgadmin-hackers] pgAgent crashes on failed connection

2011-08-04 Thread Heikki Linnakangas
I created 100 identical pgagent jobs, with one step that simply does "SELECT pg_sleep(10)". I then forced them all to run immediately, with "UPDATE pgagent.pga_job SET jobnextrun=now();". pgagent crashed. What happened is that the when all those jobs are launched at the same time, the server r

[pgadmin-hackers] Broken link in pgAgent/README

2011-08-04 Thread Heikki Linnakangas
The README file in pgAgent repository contains this link: http://svn.pgadmin.org/cgi-bin/viewcvs.cgi/*checkout*/trunk/pgadmin3/INSTALL which doesn't work. I believe the corresponding link in the git repository would be: http://git.postgresql.org/gitweb/?p=pgadmin3.git;a=blob_plain;f=INSTALL;h