PostgresQL 8.3 no longer performs automatic typecasts to (text), which makes updates 5100 and 5101 fail because delta is of type varchar and it is compared with integers.

The attached patch fixes this issue by adding ' ' around the integers and thereby causing them to be compared as text strings.
I don't think this patch should break anything as it should be a more proper way of doing this (not relying on an automatic conversion).

CommentFileSizeAuthor
glossary.install.patch1 KBgathond

Comments

nancydru’s picture

Status: Needs review » Fixed

Thanks. I also corrected the status of the drupal_set_message in uninstall.

Committed to 5.x-2.x-dev

Anonymous’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for two weeks with no activity.