Off by one fix
James William Pye
pgsql at jwp.name
Wed Mar 15 03:39:34 GMT 2006
I committed a fix for an off by one error that I believe was causing this[1].
Basically, it would crash on create function due to using more memory than what
it had allocated(about a byte). This went unnoticed on FreeBSD, but screamed
frequently on glibc/linux systems.
If anyone had any random trouble with the backend(notably on CREATE FUNCTION),
please try the current HEAD for a likely fix.
Adrian, I believe you submitted this[1], can you confirm that this is fixed now?
[1] http://pgfoundry.org/tracker/index.php?func=detail&aid=1000555&group_id=1000094&atid=442
--
Regards, James William Pye
More information about the Python-general
mailing list