Forum OpenACS Development: Re: Can two ns_schedule procs hose a server?

Collapse
Posted by Dan Lieberman on
Well - it turns out it WAS a db related issue
Using PG 7.13 we had a query that was passing float8 to decimal arguments and time to integer and such - the
typing mis-match would clobber the backend from time to time.
After we upgraded to PG 7.31 which is much stricter on typing (and very nastily did away with the interval function) we discovered the issue.  FYI PG 731 does mildly break ACS ... be glad to supply the functions if anybody wants
Collapse
Posted by Bart Teeuwisse on
Dan,

OpenACS 4.6.1 is PG 7.3.1 compatible. Upgrade to that version if you haven't already done so. If you are at 4.6.1 and find bugs please report them in the bugtracker.

/Bart

Collapse
Posted by Jeff Davis on
4.6.1 hasn't really been released.  you can check out the
head of the 4.6 branch with -r oacs-4-6 to get the patched
version. Should be released end of next week if you would rather wait.