Attached are a bunch of postgres fixes.

Caveat: Search index has to be rebuilt after this patch, and there is a postgres specific updates.inc entry.

CommentFileSizeAuthor
#3 postgres_1.patch6.05 KBadrian
postgres_0.patch6.74 KBadrian
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Dries’s picture

There is no sequence for the role table in MySQL's case. I think this patch would break adding new roles using MySQL.

Dries’s picture

And how about this http://drupal.org/node/19562 issue?

adrian’s picture

FileSize
6.05 KB

I was unaware that our use of the sequences table is inconsistent, we are using auto_increment for smaller tables, and the sequences table for most of the important ones.

I have been unable to reproduce the bug in the last message. Forums work fine for me, however I did add a new version of the IF() sql function to handle integer inputs (they were causing an error on forum display).

Dries’s picture

Committed to HEAD and DRUPAL-4-6.

Anonymous’s picture